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

add mariadb-client back to Dockerfile for backups

This commit is contained in:
wlinator 2024-07-14 14:03:29 -04:00
parent 7a64ece327
commit aee5e35db4

View file

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