Skip to content

Commit afa9026

Browse files
committed
2 parents 697031d + 3df1216 commit afa9026

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile.acmesh-golang

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ COPY ./files/.bashrc.acmesh-golang /root/.bashrc
3131

3232
# Gotools
3333
RUN if [ "$TARGETPLATFORM" == "" ] || [ "$TARGETPLATFORM" == "linux/amd64" ]; then cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.39.0; fi
34-
RUN go get -u github.com/kyoh86/richgo \
35-
&& go get -u github.com/sonatype-nexus-community/nancy \
34+
RUN go install github.com/kyoh86/richgo@latest \
35+
&& go install github.com/sonatype-nexus-community/nancy@latest \
3636
&& rm -rf /root/.cache/go-build
3737

3838
LABEL org.label-schema.cmd="docker run --rm -ti nginxproxymanager/nginx-full:acmesh-golang"
39+

0 commit comments

Comments
 (0)