Skip to content

Commit

Permalink
there are no longer debian based manylinux images (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed May 30, 2024
1 parent d57a614 commit 8b84444
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cryptography-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ RUN \
yum -y install binutils perl-IPC-Cmd && \
yum -y clean all && \
rm -rf /var/cache/yum; \
elif stat /etc/debian_version 1>&2 2>/dev/null; then \
export DEBIAN_FRONTEND=noninteractive && \
apt-get update -qq && \
apt-get install -qq -y --no-install-recommends prelink && \
apt-get clean -qq && \
rm -rf /var/lib/apt/lists/*; \
fi; \
fi

Expand All @@ -29,12 +23,6 @@ RUN \
yum -y install libffi-devel perl-IPC-Cmd && \
yum -y clean all && \
rm -rf /var/cache/yum; \
elif stat /etc/debian_version 1>&2 2>/dev/null; then \
export DEBIAN_FRONTEND=noninteractive && \
apt-get update -qq && \
apt-get install -qq -y --no-install-recommends libffi-dev && \
apt-get clean -qq && \
rm -rf /var/lib/apt/lists/*; \
fi; \
fi

Expand Down

0 comments on commit 8b84444

Please sign in to comment.