diff --git a/myhugo/Dockerfile.old b/myhugo/Dockerfile.old deleted file mode 100644 index e141c17..0000000 --- a/myhugo/Dockerfile.old +++ /dev/null @@ -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