Skip to content

Commit 815bd1c

Browse files
authored
Merge pull request #188 from cs50/dmalan-patch-2
Remove BFG installation from Dockerfile
2 parents d77cbc4 + dccb31b commit 815bd1c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ RUN echo "deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted" > /et
2121
tar --create --gzip --file /build/glibc-sMfBJT/glibc.tar.gz glibc*
2222

2323

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-
2824
# Install Lua 5.x
2925
# https://www.lua.org/download.html
3026
RUN cd /tmp && \

etc/profile.d/codespace.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ if [ "$(whoami)" != "root" ]; then
4444
}
4545
PS1='$(_prompt)'
4646

47-
# Alias BFG
48-
alias bfg="java -jar /opt/share/bfg-1.14.0.jar"
49-
5047
# Configure cd to default to workspace
5148
alias cd="HOME=\"/workspaces/$RepositoryName\" cd"
5249

0 commit comments

Comments
 (0)