Skip to content

Commit

Permalink
Drop update-packages.sh from Dockerfile
Browse files Browse the repository at this point in the history
* manylinux_2_28 base image is AlmaLinux, and prelink is not present in
  repositories
* older base images have archived their repositories, making it hard to
  install prelink
* The build runs without prelink available
  • Loading branch information
Qalthos committed Nov 8, 2023
1 parent 6f6322d commit 4753847
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
3 changes: 0 additions & 3 deletions build-scripts/manylinux-container-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ ARG LIBSSH_VERSION=0.9.6
MAINTAINER Python Cryptographic Authority
WORKDIR /root

ADD update-packages.sh /root/update-packages.sh
RUN ./update-packages.sh

ADD build_utils.sh /root/build_utils.sh
ADD install_perl.sh /root/install_perl.sh
RUN ./install_perl.sh "${RELEASE}"
Expand Down
19 changes: 0 additions & 19 deletions build-scripts/manylinux-container-image/update-packages.sh

This file was deleted.

0 comments on commit 4753847

Please sign in to comment.