Skip to content

Commit

Permalink
use libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Feb 17, 2023
1 parent bd9b52b commit aa73fda
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile-ubuntu-20.04
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -qq \
flex \
bison \
clang \
libc++-dev \
&& apt-get clean -qq

RUN cd ${HOME} && wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null \
1 change: 1 addition & 0 deletions docker/Dockerfile-ubuntu-21.10
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -qq \
flex \
bison \
clang \
libc++-dev \
&& apt-get clean -qq


1 change: 1 addition & 0 deletions docker/Dockerfile-ubuntu-22.04
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -qq \
flex \
bison \
clang \
libc++-dev \
&& apt-get clean -qq


0 comments on commit aa73fda

Please sign in to comment.