We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77cbc4 commit a52d1faCopy full SHA for a52d1fa
1 file changed
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 && \
0 commit comments