build(docker/frontend): add locale env vars to stop perl from complaining

This commit is contained in:
Sarah Vaupel 2025-01-18 02:50:47 +01:00
parent 1406ea9c13
commit 101890ac2a

View File

@ -4,6 +4,8 @@ ARG FROM_TAG=20
FROM ${FROM_IMG}:${FROM_TAG}
ENV LANG=de_DE.UTF-8
ENV LANGUAGE=de_DE.UTF-8
ENV LC_ALL=de_DE.UTF-8
# build and watch dependencies
RUN apt-get -y update && apt-get -y install exiftool