This commit is contained in:
@@ -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/*
|
||||
Reference in New Issue
Block a user