mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Cleanup Dockerfiles
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
5c1e037abc
commit
6637452a1f
10 changed files with 10 additions and 15 deletions
|
@ -10,11 +10,10 @@ RUN dnf install -y \
|
|||
python3 \
|
||||
python3-dateutil
|
||||
|
||||
# Setup environment
|
||||
RUN alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
|
||||
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US.UTF-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue