Files
rlogg/docker/linux-build.Dockerfile
Stanislav Pastushenko 5f8facbd46
All checks were successful
Build / Build - linux (push) Successful in 8m44s
build fix?
2025-12-11 19:43:47 +01:00

8 lines
168 B
Docker

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