Skip to content

Commit

Permalink
Remove libc++ for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Sep 22, 2024
1 parent b2f644f commit 924e7d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ wget -qO- https://github.com/Jake-Shadle/xwin/releases/download/${XWIN_VERSION}/
FROM llvm-cmake AS macosx-toolchain
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
libc++-20-dev=1:20~++20240919081728+752e10379c2f-1~exp1~20240919081747.423 \
libssl-dev=3.0.13-0ubuntu3.4 \
libxml2-dev=2.9.14+dfsg-1.3ubuntu3 \
patch=2.7.6-7build3 \
Expand Down Expand Up @@ -102,7 +101,6 @@ FROM llvm-cmake AS devcontainer_linux
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
libasound2-dev=1.2.11-1build2 \
libc++-20-dev=1:20~++20240919081728+752e10379c2f-1~exp1~20240919081747.423 \
libgles2-mesa-dev=24.0.9-0ubuntu0.1 \
libxext-dev=2:1.3.4-1build2 \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 924e7d2

Please sign in to comment.