Skip to content

Commit

Permalink
Add patch for arm64 mirrorlist
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Oct 15, 2024
1 parent 0011d34 commit 3c52e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM quay.io/centos/centos:stream9 AS builder
ARG VERSION

RUN sed -i 's@^metalink=.*appstream.*@baseurl=https://mirror.stream.centos.org/9-stream/AppStream/aarch64/os@g' /etc/yum.repos.d/*.repo
RUN dnf -y update && \
dnf install -y golang make python3.12 python3.12-pip git
RUN pip3.12 install wheel
Expand Down

0 comments on commit 3c52e4e

Please sign in to comment.