[projects/cleanbuild] Sort package list

glen glen at pld-linux.org
Mon Feb 15 12:02:46 CET 2021


commit 6cf60de2a73112c0bbaf699464197061c3894fbd
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Feb 15 12:32:56 2021 +0200

    Sort package list

 docker/Dockerfile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 33673cc..2671ac2 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -19,7 +19,15 @@ RUN set -x \
 	# first upgrade to latest
 	&& poldek --upgrade-dist \
 	# install build deps
-	&& poldek -u rpm-build perl-modules coreutils util-linux git-core gawk sudo ccache-wrapper \
+	&& poldek -u \
+		ccache-wrapper \
+		coreutils \
+		gawk \
+		git-core \
+		perl-modules \
+		rpm-build \
+		sudo \
+		util-linux \
 	# this will setup builder user
 	&& poldek -u pld-builder-chroot \
 	# configures empty dir
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/8101613d21403fa928cc84d4bdf672daea2b87e3



More information about the pld-cvs-commit mailing list