sparkleman commited on
Commit
96dfb3e
·
1 Parent(s): 4e80a7d
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM node:20-alpine AS FrontendBuilder
3
  RUN apk update && apk upgrade && \
4
  apk add --no-cache bash git openssh curl rust cargo
5
 
6
- RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
7
 
8
  WORKDIR /app
9
 
 
3
  RUN apk update && apk upgrade && \
4
  apk add --no-cache bash git openssh curl rust cargo
5
 
6
+ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
7
 
8
  WORKDIR /app
9