diff --git a/Dockerfile b/Dockerfile index 19742d7..8cc490c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ ARG NODE_VERSION=20 FROM node:${NODE_VERSION} -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y