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