no cache in docker file
This commit is contained in:
parent
8085397744
commit
4dfdd76b05
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue