Put packages on separate lines for better readability

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-12-20 16:27:53 +01:00
parent 28a3db5579
commit 660816ae5f
9 changed files with 123 additions and 16 deletions

View file

@ -1,7 +1,19 @@
FROM fedora:28
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