Added tparse for golang

This commit is contained in:
Jamie Curnow
2023-01-04 13:32:49 +10:00
parent 7fed9bb06d
commit 1768a316bc
+1
View File
@@ -33,6 +33,7 @@ COPY ./files/.bashrc.acmesh-golang /root/.bashrc
RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1
RUN go install github.com/kyoh86/richgo@latest \
&& go install github.com/sonatype-nexus-community/nancy@latest \
&& go install github.com/mfridman/tparse@latest \
&& rm -rf /root/.cache/go-build
LABEL org.label-schema.cmd="docker run --rm -ti nginxproxymanager/nginx-full:acmesh-golang"