diff --git a/Dockerfile b/Dockerfile index 91f2f53..14d65db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/alpine:latest ARG HUGO_VERSION -RUN apk add --no-cache wget tar git openssh rsync +RUN apk add --no-cache wget tar git openssh rsync pnpm RUN wget https://github.com/gohugoio/hugo/releases/latest/download/hugo_extended_${HUGO_VERSION}_linux_amd64.tar.gz RUN tar -xf hugo_extended_${HUGO_VERSION}_linux_amd64.tar.gz