no cache in docker file
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user