This commit is contained in:
Deniss Celuiko
2024-12-24 00:28:08 +02:00
parent 480286abe5
commit f6f1f00449

View File

@@ -244,6 +244,7 @@ RUN set -eux; \
ARG INSTALL_MYSQL_CLIENT=false
RUN if [ ${INSTALL_MYSQL_CLIENT} = true ]; then \
apk --update add mysql-client \
mariadb-connector-c \
;fi
# Install FFMPEG: