Files
rlogg/docker/linux-build.Dockerfile

3 lines
70 B
Docker

FROM rust:latest
RUN apt update && \
apt install -y nodejs npm tar