remove unsed myhugo based on alpine
This commit is contained in:
parent
53289dbfa1
commit
683a1bff94
|
@ -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
|
Loading…
Reference in a new issue