This commit is contained in:
Vri 🌈 2024-02-16 20:39:12 +01:00
parent cbfc1c975b
commit 059483944f
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI

View file

@ -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