Skip to content

Commit a52d1fa

Browse files
authored
Remove BFG installation from Dockerfile
Removed BFG installation step from Dockerfile.
1 parent d77cbc4 commit a52d1fa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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 && \

0 commit comments

Comments
 (0)