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:
parent
a0a0050f5e
commit
49b00cfbc4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user