Skip to content

Commit

Permalink
fix: Use libgcc and friends 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 081f839 commit 4c71dd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,17 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
cpp \
libatomic \
libgcc \
libgfortran \
libgomp \
libobjc \
libstdc++ \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
libX11 \
libX11-common \
Expand Down

0 comments on commit 4c71dd5

Please sign in to comment.