mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Attempt greedy docker config update
This is an attempt at updating all docker configurations by simply replacing the `python` packages with `python3`. The Travis CI will let us know if this works.
This commit is contained in:
parent
8b91cd97a8
commit
61a78d0a6f
9 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM fedora:29
|
||||
|
||||
RUN dnf update -y
|
||||
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
|
||||
RUN dnf install python3 git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue