Skip to content

Commit

Permalink
Add the minimal mysql/mariadb CLI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stronk7 committed Jun 8, 2024
1 parent 2635de4 commit 577e785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 577e785

Please sign in to comment.