get ironclad from github

This commit is contained in:
eta 2020-07-06 13:28:10 +01:00
parent 677bbc6748
commit 8fc623bb1c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM rigetti/lisp AS whatscl-compiled
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/sharplispers/ironclad /src/ironclad
RUN git clone https://github.com/eeeeeta/websocket-driver /src/websocket-driver
RUN git clone https://git.theta.eu.org/whatscl.git /src/whatscl
ADD ./ /src/whatsxmpp