Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Jan 16, 2024
1 parent df6e7ef commit f290ac1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ USER root
RUN apt-get update && \
apt-get install -y curl zip unzip git wget docker.io \
clang-13 clang-14 clang-15 clang-format-13 clang-format-14 clang-format-15 clang-tidy-13 clang-tidy-14 clang-tidy-15 \
openssl libssl-dev pkg-config build-essential make gcc gcc-10 gcc-11 gcc-12 && \
rm -rf /var/lib/apt/lists/*
openssl libssl-dev pkg-config build-essential make gcc gcc-10 gcc-11 gcc-12

USER runner

Expand All @@ -17,3 +16,7 @@ RUN bash -c "bash <(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs) -
RUN curl -fsSL https://bun.sh/install | bash

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

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

0 comments on commit f290ac1

Please sign in to comment.