Skip to content

Commit

Permalink
fix: Use libgcc 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 bbb71d9
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 @@ -153,6 +153,11 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
libgcc \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
libX11 \
libX11-common \
Expand Down

0 comments on commit bbb71d9

Please sign in to comment.