Skip to content

Commit

Permalink
fix: Use libstdc++ from updates
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Sampson <[email protected]>
  • Loading branch information
EyeCantCU committed Sep 19, 2024
1 parent bbb71d9 commit 4be5952
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
libstdc++ \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
libX11 \
libX11-common \
Expand Down

0 comments on commit 4be5952

Please sign in to comment.