From e81a57ce24f6e6ead0f7c932b5c715c476b38795 Mon Sep 17 00:00:00 2001 From: overtrue Date: Tue, 17 Jun 2025 23:30:29 +0800 Subject: [PATCH] wip --- .docker/Dockerfile.devenv | 2 +- .docker/Dockerfile.rockylinux9.3 | 2 +- .docker/Dockerfile.ubuntu22.04 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.docker/Dockerfile.devenv b/.docker/Dockerfile.devenv index 2b028c8f..237bbf20 100644 --- a/.docker/Dockerfile.devenv +++ b/.docker/Dockerfile.devenv @@ -18,7 +18,7 @@ RUN wget https://github.com/google/flatbuffers/releases/download/v25.2.10/Linux. && mv flatc /usr/local/bin/ && chmod +x /usr/local/bin/flatc && rm -rf Linux.flatc.binary.g++-13.zip # install rust -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 COPY .docker/cargo.config.toml /root/.cargo/config.toml diff --git a/.docker/Dockerfile.rockylinux9.3 b/.docker/Dockerfile.rockylinux9.3 index 43ab1dcb..52bd0bd4 100644 --- a/.docker/Dockerfile.rockylinux9.3 +++ b/.docker/Dockerfile.rockylinux9.3 @@ -25,7 +25,7 @@ RUN wget https://github.com/google/flatbuffers/releases/download/v25.2.10/Linux. && rm -rf Linux.flatc.binary.g++-13.zip # install rust -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 COPY .docker/cargo.config.toml /root/.cargo/config.toml diff --git a/.docker/Dockerfile.ubuntu22.04 b/.docker/Dockerfile.ubuntu22.04 index 3f438400..d30eb4e4 100644 --- a/.docker/Dockerfile.ubuntu22.04 +++ b/.docker/Dockerfile.ubuntu22.04 @@ -18,7 +18,7 @@ RUN wget https://github.com/google/flatbuffers/releases/download/v25.2.10/Linux. && mv flatc /usr/local/bin/ && chmod +x /usr/local/bin/flatc && rm -rf Linux.flatc.binary.g++-13.zip # install rust -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 COPY .docker/cargo.config.toml /root/.cargo/config.toml