We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c0151 commit f8fbb9dCopy full SHA for f8fbb9d
build-image/Dockerfile
@@ -10,7 +10,7 @@ RUN go clean -i net && \
10
ENV HUGO_VERSION=v0.59.1
11
RUN git clone https://github.com/gohugoio/hugo.git --branch ${HUGO_VERSION} --depth 1 && \
12
cd hugo && go install --tags extended && cd ../ && \
13
- rm -rf hugo/
+ rm -rf hugo/ && rm -rf /go/pkg /go/src
14
RUN curl -fsSLo shfmt https://github.com/mvdan/sh/releases/download/v1.3.0/shfmt_v1.3.0_linux_amd64 && \
15
echo "b1925c2c405458811f0c227266402cf1868b4de529f114722c2e3a5af4ac7bb2 shfmt" | sha256sum -c && \
16
chmod +x shfmt && \
0 commit comments