mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
Add manylinux_2_24-x64 image
This commit is contained in:
26
common/common.manylinux_2_24
Normal file
26
common/common.manylinux_2_24
Normal file
@ -0,0 +1,26 @@
|
||||
# Image build scripts
|
||||
COPY \
|
||||
manylinux-common/install-python-packages.sh \
|
||||
/buildscripts/
|
||||
|
||||
RUN \
|
||||
set -x && \
|
||||
apt-get update -qq && \
|
||||
apt-get -y install \
|
||||
dirmngr \
|
||||
gnupg \
|
||||
python3-dev \
|
||||
zlib1g-dev \
|
||||
gettext \
|
||||
openssh-client \
|
||||
pax \
|
||||
wget \
|
||||
zip \
|
||||
&& \
|
||||
apt-get clean -qq && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
/buildscripts/install-python-packages.sh && \
|
||||
rm -rf /buildscripts
|
||||
|
||||
# Runtime scripts
|
||||
COPY manylinux-common/pre_exec.sh /dockcross/
|
Reference in New Issue
Block a user