Use nodejs stable(?) version
This commit is contained in:
parent
541850128b
commit
a72a1e7dd6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM docker.io/library/debian:latest as builder
|
|||
# First - build
|
||||
|
||||
RUN apt update && apt install -y curl libssl-dev perl git gcc make
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_20.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue