3 lines
70 B
Docker
3 lines
70 B
Docker
FROM rust:latest
|
|
RUN apt update && \
|
|
apt install -y nodejs npm tar |
FROM rust:latest
|
|
RUN apt update && \
|
|
apt install -y nodejs npm tar |