ED_LRR/rust/Dockerfile

5 lines
106 B
Docker
Raw Normal View History

2022-06-14 21:00:50 +00:00
FROM ghcr.io/pyo3/maturin
LABEL ed_lrr_dev latest
RUN rustup default nightly
RUN pip install maturin[zig]