Add more requirements

This commit is contained in:
Ethan O'Brien 2024-07-05 12:47:23 -05:00 committed by GitHub
parent ef85b522a6
commit f8a6dbd53a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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