Add more requirements
This commit is contained in:
parent
ef85b522a6
commit
f8a6dbd53a
@ -2,7 +2,7 @@ FROM docker.io/library/debian:latest as builder
|
||||
|
||||
# First - build
|
||||
|
||||
RUN apt update && apt install -y curl libssl-dev perl git
|
||||
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 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…
x
Reference in New Issue
Block a user