remove unsed myhugo based on alpine

This commit is contained in:
leafee98 2024-02-27 20:48:07 +08:00
parent 53289dbfa1
commit 683a1bff94

View file

@ -1,7 +0,0 @@
FROM alpine:latest
RUN apk update && \
apk add --no-cache curl ca-certificates libc6-compat libstdc++ git && \
curl --location --output hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_extended_0.111.3_linux-amd64.tar.gz && \
tar -xf hugo.tar.gz -C /usr/bin/ hugo && \
rm hugo.tar.gz