From 059483944fd3526075f01158254b7023aa76bcc8 Mon Sep 17 00:00:00 2001 From: vrifox Date: Fri, 16 Feb 2024 20:39:12 +0100 Subject: [PATCH] add pnpm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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