1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: apk add --no-cache (#2672)

This commit is contained in:
Carlos Alexandro Becker 2021-11-17 15:00:10 -03:00 committed by GitHub
parent a0a0050f5e
commit 49b00cfbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ COPY scripts/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY goreleaser_*.apk /tmp/
RUN apk add --allow-untrusted /tmp/goreleaser_*.apk
RUN apk add --no-cache --allow-untrusted /tmp/goreleaser_*.apk