diff --git a/Dockerfile b/Dockerfile index d2a67c3..14a44f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.description="Image based on the standard Golang i WORKDIR /go/hugo RUN wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_linux-amd64.tar.gz \ - && tar xvvzf hugo_${HUGO_VERSION}_linux-amd64.tar.gz \ + && tar xzf hugo_${HUGO_VERSION}_linux-amd64.tar.gz \ && mv hugo /usr/bin WORKDIR /go