From b103571d773d0106cb33daa6cc1d01af7f42b781 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 26 Sep 2018 12:07:13 +0200 Subject: [PATCH] Dockerfile: Simplify the package installation --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6a1e68e..aae970e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,7 @@ RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf RUN dnf -y swap coreutils-single coreutils-full COPY extra-packages / -RUN packages=; while read -r package; do packages="$packages $package"; done \ -