Some checks failed
Build / Build - linux (push) Failing after 6m34s
3 lines
66 B
Docker
3 lines
66 B
Docker
FROM rust:latest
|
|
RUN apt update && \
|
|
apt install nodejs npm -y |