From 560e0bad658cdf01d1de7d6216cb71512fd89337 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 5 Jun 2024 16:03:20 +0200 Subject: [PATCH] Add the minimal mysql/mariadb CLI Some jobs do need to use the CLI to be able to create temp databases when running checks. It's only 15M and the alternative is way, way more complex. That way we keep everything running within docker. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21de621..0c3f0f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN echo "Building for ${TARGETPLATFORM}" # Install some packages that are useful within the images. RUN apt-get update && apt-get install -y \ - git bc \ + git bc default-mysql-client-core \ && rm -rf /var/lib/apt/lists/* # Install pickle as an easier alternative to PECL, that is not