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

Add the mariadb-client package to Dockerfile again

This commit is contained in:
wlinator 2024-04-06 18:20:35 +00:00
parent 9951066b82
commit e045bc7441

View file

@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /usr/src/app
RUN apt-get update && \
apt-get install -y locales && \
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