mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Switch to python 3
- #259 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
e307e548e0
commit
28a3db5579
11 changed files with 30 additions and 23 deletions
|
@ -4,10 +4,10 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man locales
|
||||
RUN apt-get install -y python
|
||||
RUN apt-get install -y python3 python3-dateutil
|
||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
|
||||
RUN apt-get install -y tzdata
|
||||
RUN apt-get install -y python-dateutil
|
||||
|
||||
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||
RUN dpkg-reconfigure -f noninteractive tzdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue