Save 5 MB by copying everything :-)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
863dce6b55
commit
eeb993cf22
1 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
FROM alpine:3.19
|
||||
FROM alpine:3.19 as setup
|
||||
RUN apk upgrade && apk add gcc musl-dev
|
||||
|
||||
FROM scratch
|
||||
COPY --from=setup / /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue