From 14da91dccc72028a5274b400b292aa71061bcb00 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 3 Jan 2025 15:29:20 +0100 Subject: [PATCH] remove not-needed sqlx-cli again --- rust/Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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