Skip to content

Commit 3b58c26

Browse files
committed
install bzip2
1 parent df56bc7 commit 3b58c26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfiles/CI/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
FROM golang:1.12
22

3+
RUN apt-get update && apt-get install -y --no-install-recommends \
4+
bzip2 \
5+
&& rm -rf /var/lib/apt/lists/*
6+
37
RUN set -ex \
48
&& curl -sL https://taskfile.dev/install.sh | sh

0 commit comments

Comments
 (0)