Skip to content

Commit

Permalink
add mariadb-client
Browse files Browse the repository at this point in the history
  • Loading branch information
audacioustux authored Jul 24, 2024
1 parent 8fcca53 commit 15ab6c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"]
CMD ["--help"]

0 comments on commit 15ab6c2

Please sign in to comment.