We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4d8a3 commit d604f32Copy full SHA for d604f32
Dockerfile
@@ -19,7 +19,7 @@ RUN apt-get update \
19
pkg-config \
20
libssl-dev \
21
libcurl4-openssl-dev \
22
- libstdc++-10-dev
+ libstdc++-12-dev
23
24
RUN update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-12 100 && \
25
update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-12 100 && \
@@ -91,7 +91,7 @@ RUN apt-get update \
91
libc6-dev \
92
93
94
- libstdc++-10-dev \
+ libstdc++-12-dev \
95
software-properties-common \
96
gpg-agent \
97
fontconfig-config \
0 commit comments