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 7fed9bb commit 1768a31Copy full SHA for 1768a31
docker/Dockerfile.acmesh-golang
@@ -33,6 +33,7 @@ COPY ./files/.bashrc.acmesh-golang /root/.bashrc
33
RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1
34
RUN go install github.com/kyoh86/richgo@latest \
35
&& go install github.com/sonatype-nexus-community/nancy@latest \
36
+ && go install github.com/mfridman/tparse@latest \
37
&& rm -rf /root/.cache/go-build
38
39
LABEL org.label-schema.cmd="docker run --rm -ti nginxproxymanager/nginx-full:acmesh-golang"
0 commit comments