add extra packages to final apk add command
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled
This commit is contained in:
parent
d88c35a2e2
commit
86d1b21328
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ RUN make install
|
||||||
|
|
||||||
FROM alpine:3.20
|
FROM alpine:3.20
|
||||||
|
|
||||||
RUN apk add --update --no-cache c-ares git nghttp2 libcrypto3 icu-libs icu-data-en ca-certificates libgcc libstdc++ libc6-compat linux-headers rsync openssh libuv bash brotli && rm -rf /var/cache/apk/*
|
RUN apk add --update --no-cache c-ares git nghttp2 libcrypto3 icu-libs icu-data-en ca-certificates libgcc libstdc++ libc6-compat linux-headers rsync openssh gzip git openssh-client rsync libuv bash brotli && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY --from=build /usr/bin/hugo /usr/bin/hugo
|
COPY --from=build /usr/bin/hugo /usr/bin/hugo
|
||||||
COPY --from=build /usr/bin/node /usr/bin/node
|
COPY --from=build /usr/bin/node /usr/bin/node
|
||||||
|
|
Loading…
Add table
Reference in a new issue