Skip to content

Commit

Permalink
fix: docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetrauma committed Nov 7, 2024
1 parent 340bc5d commit b830c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV PATH="${PATH}:/root/.cargo/bin"

COPY . .

RUN apt-get update && apt-get install -y curl

RUN apt-get update && apt-get install -y curl && apt-get install netcat-openbsd -y
RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
RUN npm install
RUN npm i --prefix rs/0.1.0-alpha.7/
Expand Down

0 comments on commit b830c19

Please sign in to comment.