mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Put packages on separate lines for better readability
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
28a3db5579
commit
660816ae5f
9 changed files with 123 additions and 16 deletions
|
@ -1,7 +1,19 @@
|
|||
FROM fedora:29
|
||||
|
||||
RUN dnf update -y
|
||||
RUN dnf install -y python3 python3-dateutil git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime man
|
||||
RUN dnf install -y \
|
||||
python3 \
|
||||
python3-dateutil \
|
||||
git \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
cmake \
|
||||
make \
|
||||
gnutls-devel \
|
||||
libuuid-devel \
|
||||
libfaketime \
|
||||
man
|
||||
|
||||
RUN alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
|
||||
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue