Skip to content

Commit b4d9d02

Browse files
committed
Install bzip2
It is apparently required to download GCC dependencies.
1 parent 17472a9 commit b4d9d02

File tree

1 file changed

+1
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-18

1 file changed

+1
-0
lines changed

Diff for: src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM ubuntu:24.04
33
ARG DEBIAN_FRONTEND=noninteractive
44

55
RUN apt-get update && apt-get install -y --no-install-recommends \
6+
bzip2 \
67
g++ \
78
gcc-multilib \
89
make \

0 commit comments

Comments
 (0)