Skip to content

Commit

Permalink
Fix RPM-GPG-KEY-* name for aarch64 conda-forge#3
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Jul 1, 2024
1 parent 95f0e6b commit 8b65989
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions linux-anvil-alma/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ ADD qemu-s390x-static /usr/bin/qemu-s390x-static
ADD https://loripsum.net/api /opt/docker/etc/gibberish

# Add the archived repo URL and fix RPM imports
ADD centos7-x86_64-vault.repo /tmp/centos7-x86_64-vault.repo
ADD centos7-altarch-vault.repo /tmp/centos7-altarch-vault.repo
ADD centos7-x86_64-vault.repo /tmp/
ADD centos7-aarch64-vault.repo /tmp/
ADD centos7-ppc64le-vault.repo /tmp/
ADD scripts/fix_rpm /opt/docker/bin/fix_rpm
RUN /opt/docker/bin/fix_rpm

Expand Down

0 comments on commit 8b65989

Please sign in to comment.