5 lines
86 B
Docker
5 lines
86 B
Docker
FROM docker.io/library/rust:1.75
|
|
|
|
RUN apt-get update && apt-get install -y \
|
|
nodejs
|