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