Skip to content

Commit

Permalink
Start with a dnf update - we're building from stock almalinux:9 whi…
Browse files Browse the repository at this point in the history
…ch means we will have old components
  • Loading branch information
matyasselmeci committed Oct 19, 2023
1 parent 710f596 commit 67205c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ LABEL maintainer="OSG Software <[email protected]>"
ENV LANG=$LOCALE
ENV LC_ALL=$LOCALE

RUN --mount=type=cache,target=/var/cache/dnf,sharing=locked \
dnf -y update

COPY input /root/input

RUN --mount=type=cache,target=/var/cache/dnf,sharing=locked \
Expand Down

0 comments on commit 67205c7

Please sign in to comment.