Why am I installing npm

This commit is contained in:
Ethan O'Brien 2024-07-05 12:30:21 -05:00
parent f28f18f04d
commit e768c3a618

View file

@ -2,7 +2,7 @@ FROM docker.io/library/debian:latest as builder
# First - build
RUN apt update && apt install -y curl npm libssl-dev perl git
RUN apt update && apt install -y curl libssl-dev perl git
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash
RUN apt update && apt install -y nodejs
RUN curl -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --default-toolchain stable --profile minimal