Skip to content

Commit 83e2d03

Browse files
committed
Add taskfile.dev to golang
1 parent 3dde15e commit 83e2d03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/Dockerfile.acmesh-golang

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ RUN go install github.com/kyoh86/richgo@latest \
3737
&& go install golang.org/x/vuln/cmd/govulncheck@latest \
3838
&& rm -rf /root/.cache/go-build
3939

40+
# Task
41+
RUN cd /usr \
42+
&& curl -sL https://taskfile.dev/install.sh | sh
43+
4044
LABEL org.label-schema.cmd="docker run --rm -ti jc21/nginx-full:acmesh-golang"
4145

0 commit comments

Comments
 (0)