Install python-dateutil on openSUSE

This commit is contained in:
Thomas Lauf 2019-01-07 21:48:13 +01:00
parent 8e61ab830d
commit f6ac47d222

View file

@ -1,6 +1,7 @@
FROM opensuse/leap:15
RUN zypper install -y python awk coreutils git gcc gcc-c++ cmake make libgnutls-devel libuuid-devel libfaketime
RUN zypper install -y python-dateutil
# Setup language environment
ENV LC_ALL en_US.UTF-8