# If using rust:alpine (NOT recommended for your current issue, but good to know) FROM rust:alpine RUN apk update && \ apk add nodejs npm