Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jan 16, 2024
1 parent b38878b commit b19c497
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04

RUN apt update

RUN apt install -y curl unzip
RUN apt install -y curl unzip git

# Install Rustup
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > ./rustup.sh
Expand All @@ -19,3 +19,6 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh > .
RUN chmod +x ./nvm.sh
RUN ./nvm.sh
RUN bash -c "source ~/.nvm/nvm.sh && nvm install node"

# Install Docker
RUN apt install -y docker.io

0 comments on commit b19c497

Please sign in to comment.