add extra packages to final apk add command
Some checks failed
Build And Publish Docker / build-latest (push) Has been cancelled

This commit is contained in:
brooke 2024-11-24 20:06:50 -05:00
parent d88c35a2e2
commit 86d1b21328

View file

@ -26,7 +26,7 @@ RUN make install
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/node /usr/bin/node