build(docker/frontend): remove LC_ALL
This commit is contained in:
parent
5e30ae8b5f
commit
8e3c82c1e6
@ -5,7 +5,6 @@ FROM ${FROM_IMG}:${FROM_TAG}
|
|||||||
|
|
||||||
ENV LANG=de_DE.UTF-8
|
ENV LANG=de_DE.UTF-8
|
||||||
ENV LANGUAGE=de_DE.UTF-8
|
ENV LANGUAGE=de_DE.UTF-8
|
||||||
ENV LC_ALL=de_DE.UTF-8
|
|
||||||
|
|
||||||
# build and watch dependencies
|
# build and watch dependencies
|
||||||
RUN apt-get -y update && apt-get -y install exiftool
|
RUN apt-get -y update && apt-get -y install exiftool
|
||||||
|
|||||||
Reference in New Issue
Block a user