4 lines
132 B
Docker
4 lines
132 B
Docker
FROM rust:1-slim
|
|
|
|
RUN apt-get update && apt-get install -y --no-install-recommends pre-commit nodejs && rm -rf /var/lib/apt/lists/*
|