File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ RUN (cd /opt && \
1212 apt-get install -y --no-install-recommends unzip libtinfo5 xz-utils libncurses5 \
1313 gnucobol4 gnat gfortran tcl lua5.3 intercal php-cli gforth swi-prolog pike8.0 sbcl gnustep-devel nodejs algol68g && \
1414 rm -rf /var/lib/apt/lists/* && \
15- mkdir /opt/swift && \
16- if [ "$(arch)" = x86_64 ]; then \
17- curl https://download.swift.org/swift-5.4.3-release/ubuntu1804/swift-5.4.3-RELEASE/swift-5.4.3-RELEASE-ubuntu18.04.tar.gz | \
18- tar xz -C /opt/swift --strip-components=1; fi && \
1915 curl -L -ogroovy.zip "$(curl -s https://groovy.apache.org/download.html | perl -ne 'if(/(['" '"' "])(https:[^'" '"' "]+-binary-[\d .]+\. zip)\1 /){print$2;exit}')" && \
2016 unzip groovy.zip && \
2117 mkdir /opt/groovy && \
You can’t perform that action at this time.
0 commit comments