We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34768a6 commit 2cbb059Copy full SHA for 2cbb059
src/ci/docker/host-x86_64/pr-check-2/Dockerfile
@@ -2,6 +2,7 @@ FROM ubuntu:22.04
2
3
ARG DEBIAN_FRONTEND=noninteractive
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
+ clang-11 \
6
g++ \
7
make \
8
ninja-build \
0 commit comments