mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
7 lines
203 B
Docker
7 lines
203 B
Docker
FROM quay.io/pypa/manylinux2014_aarch64
|
|
RUN pipx install tox
|
|
|
|
# Install Rust
|
|
ADD deps/build_rust.sh /builder/build_rust.sh
|
|
RUN mkdir tmp1 && cd tmp1 && bash /builder/build_rust.sh && cd .. && rm -r tmp1
|