mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Add missing 'yes' option
This commit is contained in:
parent
f44840b131
commit
092003f4cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue