Skip to content

Commit

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

0 comments on commit a6da83a

Please sign in to comment.