actually update quicklisp (docker caching sucks btw)
This commit is contained in:
parent
a312057849
commit
677bbc6748
|
@ -1,6 +1,7 @@
|
||||||
FROM rigetti/lisp AS whatscl-compiled
|
FROM rigetti/lisp AS whatscl-compiled
|
||||||
|
|
||||||
RUN apt update -y && apt install -y git
|
RUN apt update -y && apt install -y git
|
||||||
|
RUN sbcl --eval '(progn (quicklisp:update-dist "quicklisp" :prompt nil) (sb-ext:exit))'
|
||||||
RUN git clone https://github.com/eeeeeta/websocket-driver /src/websocket-driver
|
RUN git clone https://github.com/eeeeeta/websocket-driver /src/websocket-driver
|
||||||
RUN git clone https://git.theta.eu.org/whatscl.git /src/whatscl
|
RUN git clone https://git.theta.eu.org/whatscl.git /src/whatscl
|
||||||
ADD ./ /src/whatsxmpp
|
ADD ./ /src/whatsxmpp
|
||||||
|
|
Loading…
Reference in a new issue