fixin env

This commit is contained in:
andre
2019-04-14 00:42:06 +02:00
parent a34e3e0549
commit 94fcc3b98c

View File

@@ -72,8 +72,8 @@ RUN chsh -s /bin/bash iobroker
# Setting up ENVs
ENV DEBIAN_FRONTEND="teletype" \
LANG="de_DE.UTF-8" \
LANGUAGE de_DE:de \
LC_ALL de_DE.UTF-8 \
LANGUAGE="de_DE:de" \
LC_ALL="de_DE.UTF-8" \
TZ="Europe/Berlin" \
PACKAGES="nano" \
AVAHI="false"