natter/docker/natter_development/Dockerfile

5 lines
167 B
Docker
Raw Normal View History

2023-12-22 23:56:21 +00:00
FROM rustlang/rust:nightly-alpine3.17 AS builder
RUN apk add --no-cache musl-dev
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache