Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ RUN echo "deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted" > /et
tar --create --gzip --file /build/glibc-sMfBJT/glibc.tar.gz glibc*


# Install BFG
RUN wget https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar -P /opt/share


# Install Lua 5.x
# https://www.lua.org/download.html
RUN cd /tmp && \
Expand Down
3 changes: 0 additions & 3 deletions etc/profile.d/codespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ if [ "$(whoami)" != "root" ]; then
}
PS1='$(_prompt)'

# Alias BFG
alias bfg="java -jar /opt/share/bfg-1.14.0.jar"

# Configure cd to default to workspace
alias cd="HOME=\"/workspaces/$RepositoryName\" cd"

Expand Down