Use single universal coredeps Dockerfile

This commit is contained in:
link2xt
2022-06-26 02:38:20 +00:00
parent 0291094c62
commit 5053a22f96
8 changed files with 34 additions and 48 deletions

View File

@@ -0,0 +1,8 @@
ARG BASEIMAGE=quay.io/pypa/manylinux2014_x86_64
#ARG BASEIMAGE=quay.io/pypa/musllinux_1_1_x86_64
#ARG BASEIMAGE=quay.io/pypa/manylinux2014_aarch64
FROM $BASEIMAGE
RUN pipx install tox
COPY install-rust.sh /scripts/
RUN /scripts/install-rust.sh