Skip to content

Commit

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

0 comments on commit b688dea

Please sign in to comment.