Skip to content

Commit 3ce4d90

Browse files
committed
chore: Always update SDL2
1 parent 1fece8b commit 3ce4d90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Containerfile

+5
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
197197
--from repo=updates \
198198
libxcrypt \
199199
|| true && \
200+
rpm-ostree override replace \
201+
--experimental \
202+
--from repo=updates \
203+
SDL2 \
204+
|| true && \
200205
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
201206
rpm-ostree override replace \
202207
--experimental \

0 commit comments

Comments
 (0)