diff --git a/Dockerfile b/Dockerfile index afa0e64..3ac0520 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,10 @@ RUN make compile 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 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/