no cache in docker file

This commit is contained in:
vaclavt 2022-05-05 18:01:37 +02:00
parent 8085397744
commit 4dfdd76b05
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ RUN cd /mlisp \
# Create image and copy compiled installation into it
FROM alpine:3.15.4
RUN apk add openssl libstdc++
RUN apk add --no-cache openssl libstdc++
CMD mkdir -p /usr/local/var/mlisp/
COPY --from=builder /mlisp/stdlib/*.lsp /usr/local/var/mlisp/