mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Move install of python-dateutil to ubuntu docker-config
This commit is contained in:
parent
8bdea9337a
commit
a5ae4d03cc
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue