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 9f560e5 commit b650c91Copy full SHA for b650c91
dockerfiles/cpp/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8
g++ \
9
clang \
10
make \
11
- libstdc++-dev \
+ libstdc++-12-dev \
12
pkg-config \
13
&& rm -rf /var/lib/apt/lists/*
14
0 commit comments