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,6 +1,20 @@
FROM opensuse/leap:15
RUN zypper install -y python3 python3-dateutil awk coreutils git gcc gcc-c++ cmake make libgnutls-devel libuuid-devel libfaketime man
RUN zypper install -y \
python3 \
python3-dateutil \
awk \
coreutils \
git \
gcc \
gcc-c++ \
cmake \
make \
libgnutls-devel \
libuuid-devel \
libfaketime \
man
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
ENV TZ=Europe/Berlin