diff --git a/rust/Dockerfile b/rust/Dockerfile index 2b3dd22..88da33d 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -11,9 +11,12 @@ RUN apt-get update && apt-get install -y sqlite3 # nodejs RUN apt-get install -y curl && \ - curl -sL https://deb.nodesource.com/setup_22.x | bash - && \ + 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