diff --git a/orchestration/runtime/Dockerfile b/orchestration/runtime/Dockerfile index 6ecc1f13..4fe23ed6 100644 --- a/orchestration/runtime/Dockerfile +++ b/orchestration/runtime/Dockerfile @@ -8,7 +8,7 @@ RUN rm -rf /etc/apt/sources.list.d/debian.sources && \ apt update # Install dependencies -RUN apt update && apt upgrade && apt install clang -y +RUN apt update && apt upgrade && apt install -y --fix-missing --fix-broken clang # Add the wasm toolchain RUN rustup target add wasm32-unknown-unknown