1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-29 19:07:48 +01:00

Switch to the MariaDB Client for DB dumps

This commit is contained in:
Kovah 2020-01-24 12:13:35 +01:00
parent 142d5daff6
commit f79c6f9076
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
FROM bitnami/php-fpm:7.4-prod
# Install MySQL Dump for automated backups
RUN install_packages mysql-client
RUN install_packages mariadb-client
WORKDIR /app

View File

@ -64,7 +64,7 @@ COPY ./.env.example /app/.env
COPY ./resources/docker/php/php.ini /opt/bitnami/php/etc/conf.d/php.ini
# Install MySQL Dump for automated backups
RUN install_packages mysql-client
RUN install_packages mariadb-client
# Copy files from the composer build
COPY --from=builder /app/vendor /app/vendor