diff --git a/crates/xtask/Dockerfile b/crates/xtask/Dockerfile index b003f36c88..81a529f5f8 100644 --- a/crates/xtask/Dockerfile +++ b/crates/xtask/Dockerfile @@ -7,5 +7,5 @@ WORKDIR /usr/src/app COPY . . -RUN cargo xtask init --update-ide false +RUN cargo xtask init --dont-update-ide false RUN cargo xtask build \ No newline at end of file