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 3dde15e commit 83e2d03Copy full SHA for 83e2d03
docker/Dockerfile.acmesh-golang
@@ -37,5 +37,9 @@ 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