diff --git a/Dockerfile b/Dockerfile index 21de621..0c3f0f1 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