This commit is contained in:
0
docker/build-linux-image.sh
Normal file → Executable file
0
docker/build-linux-image.sh
Normal file → Executable file
@@ -1,4 +1,3 @@
|
||||
# If using rust:alpine (NOT recommended for your current issue, but good to know)
|
||||
FROM rust:alpine
|
||||
RUN apk update && \
|
||||
apk add nodejs npm
|
||||
FROM rust:latest
|
||||
RUN apt update && \
|
||||
apt install nodejs npm -y
|
||||
Reference in New Issue
Block a user