From 214f6ada13aae037bf4c8bcc7efcb3bfb85fd4c7 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 d1ef844..491a59b 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