Add missing 'yes' option

This commit is contained in:
Thomas Lauf 2019-01-07 20:45:12 +01:00
parent f44840b131
commit 092003f4cb

View file

@ -2,7 +2,7 @@ FROM fedora:28
RUN dnf update -y
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
RUN dnf install python-dateutil
RUN dnf install python-dateutil -y
# Setup language environment
ENV LC_ALL en_US.UTF-8