diff --git a/dockerfile b/dockerfile index 6cdf560..46218a8 100644 --- a/dockerfile +++ b/dockerfile @@ -50,6 +50,7 @@ COPY --from=builder /usr/local/etc/php/conf.d/ /usr/local/etc/php/conf.d/ RUN apt-get update && apt-get install --no-install-recommends -y \ ${APT_DEPS} \ + mariadb-client \ && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* # Configure PHP @@ -100,4 +101,4 @@ ENV PHP_INI_VALUE_MAX_EXECUTION_TIME=600 \ PHP_INI_VALUE_MEMORY_LIMIT=-1 ENTRYPOINT ["php", "bin/console", "--no-interaction", "--no-ansi"] -CMD ["--help"] \ No newline at end of file +CMD ["--help"]