mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Consolidate package list
- Remove unnecessary packages - Sort packages alphabetically Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
660816ae5f
commit
800062ace2
10 changed files with 45 additions and 87 deletions
|
@ -2,17 +2,13 @@ FROM fedora:28
|
|||
|
||||
RUN dnf update -y
|
||||
RUN dnf install -y \
|
||||
python3 \
|
||||
python3-dateutil \
|
||||
git \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
cmake \
|
||||
gcc-c++ \
|
||||
git \
|
||||
make \
|
||||
gnutls-devel \
|
||||
libuuid-devel \
|
||||
libfaketime \
|
||||
man
|
||||
man \
|
||||
python3 \
|
||||
python3-dateutil
|
||||
|
||||
RUN alternatives --install /usr/bin/python python /usr/bin/python3 10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue