We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df56bc7 commit 3b58c26Copy full SHA for 3b58c26
Dockerfiles/CI/Dockerfile
@@ -1,4 +1,8 @@
1
FROM golang:1.12
2
3
+RUN apt-get update && apt-get install -y --no-install-recommends \
4
+ bzip2 \
5
+ && rm -rf /var/lib/apt/lists/*
6
+
7
RUN set -ex \
8
&& curl -sL https://taskfile.dev/install.sh | sh
0 commit comments