Skip to content

Commit d604f32

Browse files
committed
libstdc++-12-dev
1 parent fe4d8a3 commit d604f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
pkg-config \
2020
libssl-dev \
2121
libcurl4-openssl-dev \
22-
libstdc++-10-dev
22+
libstdc++-12-dev
2323

2424
RUN update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-12 100 && \
2525
update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-12 100 && \
@@ -91,7 +91,7 @@ RUN apt-get update \
9191
libc6-dev \
9292
pkg-config \
9393
libssl-dev \
94-
libstdc++-10-dev \
94+
libstdc++-12-dev \
9595
software-properties-common \
9696
gpg-agent \
9797
fontconfig-config \

0 commit comments

Comments
 (0)