Skip to content

Commit 1768a31

Browse files
committed
Added tparse for golang
1 parent 7fed9bb commit 1768a31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile.acmesh-golang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ COPY ./files/.bashrc.acmesh-golang /root/.bashrc
3333
RUN cd /usr && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1
3434
RUN go install github.com/kyoh86/richgo@latest \
3535
&& go install github.com/sonatype-nexus-community/nancy@latest \
36+
&& go install github.com/mfridman/tparse@latest \
3637
&& rm -rf /root/.cache/go-build
3738

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

0 commit comments

Comments
 (0)