Add taskfile.dev to golang

This commit is contained in:
Jamie Curnow
2023-07-25 08:45:17 +10:00
parent 3dde15e6fb
commit 83e2d03f95
+4
View File
@@ -37,5 +37,9 @@ RUN go install github.com/kyoh86/richgo@latest \
&& go install golang.org/x/vuln/cmd/govulncheck@latest \
&& rm -rf /root/.cache/go-build
# Task
RUN cd /usr \
&& curl -sL https://taskfile.dev/install.sh | sh
LABEL org.label-schema.cmd="docker run --rm -ti jc21/nginx-full:acmesh-golang"