mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Install python-dateutil on fedora 28
This commit is contained in:
parent
2418d6f51a
commit
f44840b131
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM fedora:28
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
# Setup language environment
|
# Setup language environment
|
||||||
ENV LC_ALL en_US.UTF-8
|
ENV LC_ALL en_US.UTF-8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue