We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb8631 commit 422e476Copy full SHA for 422e476
src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile
@@ -3,6 +3,7 @@ FROM ubuntu:24.04
3
ARG DEBIAN_FRONTEND=noninteractive
4
5
RUN apt-get update && apt-get install -y --no-install-recommends \
6
+ bzip2 \
7
g++ \
8
gcc-multilib \
9
make \
0 commit comments