Move install of python-dateutil to ubuntu docker-config

This commit is contained in:
Thomas Lauf 2019-01-06 22:25:40 +01:00
parent 8bdea9337a
commit a5ae4d03cc
3 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,7 @@ FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
RUN apt-get install -y python
RUN apt-get install -y python-dateutil
# Setup language environment
ENV LC_ALL en_US.UTF-8