mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
6 lines
182 B
Docker
6 lines
182 B
Docker
FROM quay.io/pypa/manylinux2014_aarch64
|
|
|
|
# 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
|