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 83e2d03 commit fe348e5Copy full SHA for fe348e5
docker/Dockerfile.acmesh-golang
@@ -37,9 +37,5 @@ RUN go install github.com/kyoh86/richgo@latest \
37
&& go install golang.org/x/vuln/cmd/govulncheck@latest \
38
&& rm -rf /root/.cache/go-build
39
40
-# Task
41
-RUN cd /usr \
42
- && curl -sL https://taskfile.dev/install.sh | sh
43
-
44
LABEL org.label-schema.cmd="docker run --rm -ti jc21/nginx-full:acmesh-golang"
45
0 commit comments