Docker: --no-cache

This commit is contained in:
Michiel Borkent 2020-03-08 17:53:24 +01:00
parent 3b42b9032c
commit e3b075e3ab

View file

@ -15,7 +15,7 @@ RUN ./script/compile
FROM alpine:latest
RUN apk add -U curl
RUN apk add --no-cache curl
RUN mkdir -p /usr/local/bin
COPY --from=BASE /opt/bb /usr/local/bin/bb
CMD ["bb"]