Added dependencies to the Dockerfile

This commit is contained in:
Leon Mika 2025-02-01 11:38:24 +11:00
parent 3b84fd3db0
commit f8e03463a6

View file

@ -11,6 +11,10 @@ RUN make compile
FROM alpine:latest FROM alpine:latest
RUN apk update \
&& apk add git hugo nodejs npm \
&& npm install netlify-cli -g
COPY --from=builder /usr/src/app/build/ /. COPY --from=builder /usr/src/app/build/ /.
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/