Skip to content

Commit 2d5b7dc

Browse files
committed
install task inside container
1 parent 525c73c commit 2d5b7dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfiles/CI/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
FROM golang:1.12-alpine
1+
FROM golang:1.12
2+
3+
RUN set -ex \
4+
&& curl -sL https://taskfile.dev/install.sh | sh

0 commit comments

Comments
 (0)