Skip to content

Commit

Permalink
Merge pull request #1175 from mcneilco/release/2023.3.x
Browse files Browse the repository at this point in the history
⬆️ Upmerge release/2023.3.x to release/2023.4.x
  • Loading branch information
bffrost authored Jun 10, 2024
2 parents 1609d2c + 2a37c1f commit 85b0806
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ ENV ACAS_CLIENT_ABOUT_ACAS_VERSION=${VERSION}
ARG REVISION=UNKNOWN
ENV ACAS_CLIENT_ABOUT_ACAS_REVISION=${REVISION}

# EOL for Centos8-Stream workaround
RUN sed -i 's/^mirrorlist=/#&/' /etc/yum.repos.d/*.repo && \
sed -i 's/^#baseurl=/baseurl=/' /etc/yum.repos.d/*.repo && \
sed -i 's/mirror.centos.org/vault.centos.org/' /etc/yum.repos.d/*.repo

# Update
RUN \
dnf update -y && \
Expand Down

0 comments on commit 85b0806

Please sign in to comment.