Skip to content

Commit

Permalink
things
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Jan 16, 2024
1 parent f290ac1 commit 874f209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ RUN apt-get update && \
USER runner

# Install Rustup
RUN bash -c "bash <(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs) --default-toolchain none -y"
RUN bash -c "bash <(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs) --default-toolchain stable --profile minimal -y"

# Install Bun
RUN curl -fsSL https://bun.sh/install | bash

ENV PATH="${PATH}:~/.bun/bin:~/.cargo/bin"
ENV PATH="${PATH}:/home/runner/.bun/bin:/home/runner/.cargo/bin"

RUN curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
sudo apt-get install -y nodejs &&\
Expand Down

0 comments on commit 874f209

Please sign in to comment.