Revert "Add taskfile.dev to golang"

This reverts commit 83e2d03f95.
This commit is contained in:
Jamie Curnow
2023-07-25 11:59:37 +10:00
parent 83e2d03f95
commit fe348e544c
-4
View File
@@ -37,9 +37,5 @@ 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"