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:
parent
142d5daff6
commit
f79c6f9076
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user