build fix?
All checks were successful
Build / Build - linux (push) Successful in 8m44s

This commit is contained in:
2025-12-11 19:43:47 +01:00
parent 3d3ca9a81b
commit 5f8facbd46
4 changed files with 32 additions and 13 deletions

View File

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