Skip to content

Commit 560e0ba

Browse files
committed
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.
1 parent 3a2c6fd commit 560e0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN echo "Building for ${TARGETPLATFORM}"
77

88
# Install some packages that are useful within the images.
99
RUN apt-get update && apt-get install -y \
10-
git bc \
10+
git bc default-mysql-client-core \
1111
&& rm -rf /var/lib/apt/lists/*
1212

1313
# Install pickle as an easier alternative to PECL, that is not

0 commit comments

Comments
 (0)