From 86d1b2132874d4e99551c1e8af33021da8a6e6e2 Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 24 Nov 2024 20:06:50 -0500 Subject: [PATCH] add extra packages to final apk add command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0402516..35f572e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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