Skip to content

Commit 23718c7

Browse files
committed
install task inside container
1 parent a08bb11 commit 23718c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfiles/CI/Dockerfile

Lines changed: 4 additions & 1 deletion
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)