From a84478721102ade827a5b5f1f5a514d424f64290 Mon Sep 17 00:00:00 2001 From: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:08:00 +0100 Subject: [PATCH] Allow reading the SQL logs for CI We need Docker to read the logs of the GHA services. --- docker-gitlabci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-gitlabci/Dockerfile b/docker-gitlabci/Dockerfile index 53f44b1..cfe269e 100644 --- a/docker-gitlabci/Dockerfile +++ b/docker-gitlabci/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \ texlive-latex-recommended texlive-latex-extra texlive-lang-european latexmk \ # Misc gitlab things \ mariadb-client curl build-essential packaging-dev \ - git python3-pip moreutils w3m python3-yaml \ + git python3-pip moreutils w3m python3-yaml docker.io \ # Things we'd have in the chroot \ ca-certificates default-jre-headless pypy3 locales software-properties-common \ # W3c WCAG \