summaryrefslogtreecommitdiff
path: root/build/docker/ubuntu-bionic/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'build/docker/ubuntu-bionic/Dockerfile')
-rw-r--r--build/docker/ubuntu-bionic/Dockerfile12
1 files changed, 0 insertions, 12 deletions
diff --git a/build/docker/ubuntu-bionic/Dockerfile b/build/docker/ubuntu-bionic/Dockerfile
index 9b235f6f1..08c45df79 100644
--- a/build/docker/ubuntu-bionic/Dockerfile
+++ b/build/docker/ubuntu-bionic/Dockerfile
@@ -89,18 +89,6 @@ RUN apt-get install -y --no-install-recommends \
qtbase5-dev \
qtbase5-dev-tools
-ENV SBCL_VERSION 1.5.3
-RUN \
-`# Common Lisp (sbcl) dependencies` \
- curl --version && \
- curl -o sbcl-${SBCL_VERSION}-x86-64-linux-binary.tar.bz2 -J -L https://sourceforge.net/projects/sbcl/files/sbcl/${SBCL_VERSION}/sbcl-${SBCL_VERSION}-x86-64-linux-binary.tar.bz2/download?use_mirror=managedway# && \
- tar xjf sbcl-${SBCL_VERSION}-x86-64-linux-binary.tar.bz2 && \
- cd sbcl-${SBCL_VERSION}-x86-64-linux && \
- ./install.sh && \
- sbcl --version && \
- cd .. && \
- rm -rf sbcl*
-
ENV D_VERSION 2.087.0
ENV DMD_DEB dmd_2.087.0-0_amd64.deb
RUN \