FROM rust:latest RUN apt-get update && \ apt-get install -y --no-install-recommends \ nodejs \ npm \ tar \ gzip \ && rm -rf /var/lib/apt/lists/*