Install python-dateutil and set timezone on fedora 29

This commit is contained in:
Thomas Lauf 2019-01-07 22:16:09 +01:00
parent 595ec2ea8a
commit 65453fcf98

View file

@ -2,6 +2,9 @@ FROM fedora:29
RUN dnf update -y RUN dnf update -y
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
RUN dnf install python-dateutil -y
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
# Setup language environment # Setup language environment
ENV LC_ALL en_US.UTF-8 ENV LC_ALL en_US.UTF-8