diff --git a/Dockerfile b/Dockerfile index 759d7e8be..9f3bcea2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/etc/profile.d/codespace.sh b/etc/profile.d/codespace.sh index 2e767fad3..f49ed7032 100644 --- a/etc/profile.d/codespace.sh +++ b/etc/profile.d/codespace.sh @@ -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"