]> git.proxmox.com Git - mirror_qemu.git/commit
docker: Sort Ubuntu packages
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 18 Aug 2018 01:53:43 +0000 (22:53 -0300)
committerFam Zheng <famz@redhat.com>
Mon, 10 Sep 2018 03:50:06 +0000 (11:50 +0800)
commit2808b467dd1343f7069a4083e51e6718589f8834
tree40396331f46327c4305c0895b1b8e3b909ce3d18
parentdc587d450a94686fa0843b8c0d0e1f476a4c239a
docker: Sort Ubuntu packages

As recommended in https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#sort-multi-line-arguments

  "This helps to avoid duplication of packages and make the
  list much easier to update. This also makes PRs a lot easier
  to read and review."

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180818015344.797-4-f4bug@amsat.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
tests/docker/dockerfiles/ubuntu.docker