mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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
2931be613b
commit
b634dea7ab
9 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@ FROM debian:testing
|
|||
|
||||
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 python3
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue