Skip to content

Commit

Permalink
chore: Always update SDL2
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 5, 2025
1 parent 1fece8b commit 3ce4d90
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 @@ -197,6 +197,11 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
--from repo=updates \
libxcrypt \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
SDL2 \
|| true && \
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
rpm-ostree override replace \
--experimental \
Expand Down

0 comments on commit 3ce4d90

Please sign in to comment.