We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc30c95 commit c2ff752Copy full SHA for c2ff752
build/ci/Dockerfile
@@ -9,6 +9,7 @@ ARG JDK_VERSION
9
# Install base tools
10
RUN apt-get update && \
11
DEBIAN_FRONTEND=noninteractive apt-get install -y \
12
+ bzip2 \
13
ccache \
14
curl \
15
git \
0 commit comments