We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d77cbc4 + dccb31b commit 815bd1cCopy full SHA for 815bd1c
Dockerfile
@@ -21,10 +21,6 @@ RUN echo "deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted" > /et
21
tar --create --gzip --file /build/glibc-sMfBJT/glibc.tar.gz glibc*
22
23
24
-# Install BFG
25
-RUN wget https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar -P /opt/share
26
-
27
28
# Install Lua 5.x
29
# https://www.lua.org/download.html
30
RUN cd /tmp && \
etc/profile.d/codespace.sh
@@ -44,9 +44,6 @@ if [ "$(whoami)" != "root" ]; then
44
}
45
PS1='$(_prompt)'
46
47
- # Alias BFG
48
- alias bfg="java -jar /opt/share/bfg-1.14.0.jar"
49
50
# Configure cd to default to workspace
51
alias cd="HOME=\"/workspaces/$RepositoryName\" cd"
52
0 commit comments