1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

chore: Update Dockerfile to include mariadb-client for backups

This commit is contained in:
wlinator 2024-07-14 14:04:01 -04:00
parent aee5e35db4
commit 726010bad0

View file

@ -3,8 +3,8 @@ ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /usr/src/app
RUN apt-get update mariadb-client && \
apt-get install -y locales && \
RUN apt-get update && \
apt-get install -y locales mariadb-client && \
sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure locales