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