remove not-needed sqlx-cli again

This commit is contained in:
Philipp Hofer 2025-01-03 15:29:20 +01:00
parent a08aa3f716
commit 14da91dccc

View File

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