Skip to content

Commit c2ff752

Browse files
committed
Install bzip2 onto Linux CI Docker image
This used to be included already, but doesn't seem to be anymore.
1 parent cc30c95 commit c2ff752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/ci/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ARG JDK_VERSION
99
# Install base tools
1010
RUN apt-get update && \
1111
DEBIAN_FRONTEND=noninteractive apt-get install -y \
12+
bzip2 \
1213
ccache \
1314
curl \
1415
git \

0 commit comments

Comments
 (0)