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 b19c497 commit b37f068
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ RUN chmod +x ./nvm.sh
RUN ./nvm.sh
RUN bash -c "source ~/.nvm/nvm.sh && nvm install node"

# Install pnpm
RUN bash -c "source ~/.nvm/nvm.sh && npm install -g pnpm"

# Install Docker
RUN apt install -y docker.io

0 comments on commit b37f068

Please sign in to comment.