Update Dockerfile

This commit is contained in:
SpudGunMan
2024-12-14 23:00:18 -08:00
parent 215fe76f2a
commit 920f951e47
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y gettext tzdata locales && rm -rf /var/l
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV TZ="America/Los_Angeles"
WORKDIR /app