Files
rlogg/docker/linux-build.Dockerfile
T
2025-12-11 19:32:38 +01:00

3 lines
70 B
Docker

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