diff --git a/Dockerfile b/Dockerfile index 15ab8c3..6f78ed9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,7 @@ FROM alpine:3.20 RUN apk add --update --no-cache \ c-ares \ + git \ nghttp2 \ libcrypto3 \ icu-libs \ @@ -43,7 +44,9 @@ RUN apk add --update --no-cache \ linux-headers \ rsync \ openssh \ - npm \ + libuv \ + bash \ + brotli \ && rm -rf /var/cache/apk/* COPY --from=build /usr/bin/hugo /usr/bin/hugo @@ -53,4 +56,4 @@ COPY --from=build /usr/include/node /usr/include/node RUN mkdir /home/app WORKDIR /home/app -ENTRYPOINT [ "/bin/sh" ] \ No newline at end of file +ENTRYPOINT [ "/bin/bash" ] \ No newline at end of file