diff --git a/integration_tests/feature-store/Dockerfile b/integration_tests/feature-store/Dockerfile index 4ece34a9d9193..e6c967a1062dd 100644 --- a/integration_tests/feature-store/Dockerfile +++ b/integration_tests/feature-store/Dockerfile @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive USER root -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path --default-toolchain none -y +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --no-modify-path -y ENV PATH /root/.cargo/bin/:$PATH ENV WORK_DIR /opt/feature-store