pre-install sqlx-cli

This commit is contained in:
Philipp Hofer 2025-01-03 15:03:53 +01:00
parent a564e816f9
commit a08aa3f716

View File

@ -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