diff --git a/rust/Dockerfile b/rust/Dockerfile index 88da33d..2cced95 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -14,9 +14,6 @@ RUN apt-get install -y curl && \ curl -sL https://deb.nodesource.com/setup_23.x | bash - && \ apt-get install -y nodejs -# sqlx-cli -RUN cargo install sqlx-cli - # playwright RUN npx playwright install --with-deps