Skip to content

Commit

Permalink
Allow reading the SQL logs for CI
Browse files Browse the repository at this point in the history
We need Docker to read the logs of the GHA services.
  • Loading branch information
vmcj committed Dec 6, 2024
1 parent fab6f86 commit a844787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-gitlabci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a844787

Please sign in to comment.