Cleanup Dockerfiles

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-12-20 23:06:55 +01:00
parent 5c1e037abc
commit 6637452a1f
10 changed files with 10 additions and 15 deletions

View file

@ -13,12 +13,11 @@ RUN apt-get install -y \
python3-dateutil \
tzdata
# Setup environment
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
RUN dpkg-reconfigure -f noninteractive tzdata
# Setup language environment
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US.UTF-8