mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 15:02:11 +03:00
9 lines
245 B
Docker
9 lines
245 B
Docker
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
|