File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ RUN curl -O "https://libssh2.org/download/libssh2-${LIBSSH2_VERSION}.tar.bz2" &&
61
61
mkdir -p /opt/app-root/.ssh && \
62
62
dnf remove -y openssl-devel && ls -la /opt/app-root
63
63
64
- RUN curl -L -O "https://downloads.sourceforge.net/project/sbcl/sbcl/2.3.4 /sbcl-2.3.4 -x86-64-linux-binary.tar.bz2" && \
64
+ RUN curl -L -O "https://downloads.sourceforge.net/project/sbcl/sbcl/${SBCL_VERSION} /sbcl-${SBCL_VERSION} -x86-64-linux-binary.tar.bz2" && \
65
65
curl -L -O https://beta.quicklisp.org/quicklisp.lisp && \
66
- tar -xvf sbcl-2.3.4 -x86-64-linux-binary.tar.bz2 && \
67
- cd sbcl-2.3.4 -x86-64-linux && \
66
+ tar -xvf sbcl-${SBCL_VERSION} -x86-64-linux-binary.tar.bz2 && \
67
+ cd sbcl-${SBCL_VERSION} -x86-64-linux && \
68
68
./install.sh && \
69
69
cd .. && \
70
- rm -rf sbcl-2.3.4 -x86-64-linux-binary.tar.bz2 \
71
- sbcl-2.3.4 -x86-64-linux && \
70
+ rm -rf sbcl-${SBCL_VERSION} -x86-64-linux-binary.tar.bz2 \
71
+ sbcl-${SBCL_VERSION} -x86-64-linux && \
72
72
git clone --depth 1 https://github.com/joaotavora/sly-quicklisp.git && \
73
73
mv sly-quicklisp common-lisp && \
74
74
sbcl --non-interactive --disable-debugger --load install.lisp
You can’t perform that action at this time.
0 commit comments