git.fiddlerwoaroof.com
Browse code

bug: fix docker multi-stage build

Ed L authored on 30/06/2020 17:53:44
Showing 2 changed files
... ...
@@ -13,7 +13,7 @@ RUN /setup/build
13 13
 
14 14
 FROM bitnami/minideb:buster
15 15
 
16
-RUN apt-get update && apt-get install git
16
+RUN apt-get update && apt-get install -y git make curl
17 17
 COPY setup/install /root/install
18 18
 COPY sbclrc /root/.sbclrc
19 19
 
... ...
@@ -12,7 +12,3 @@ curl https://beta.quicklisp.org/quicklisp.lisp -Oquicklisp.lisp
12 12
 rm quicklisp.lisp
13 13
 
14 14
 rm -rf /sbcl-build
15
-
16
-/setup/cleanup
17
-
18
-