osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/29738 )
Change subject: debian-buster-jenkins: order pkgs alphabetically ......................................................................
debian-buster-jenkins: order pkgs alphabetically
Change-Id: I32dffc65239f1ad650b9e8d6ed6e4fe48878b916 --- M debian-buster-jenkins/Dockerfile 1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/38/29738/1
diff --git a/debian-buster-jenkins/Dockerfile b/debian-buster-jenkins/Dockerfile index 5229373..269aa83 100644 --- a/debian-buster-jenkins/Dockerfile +++ b/debian-buster-jenkins/Dockerfile @@ -97,6 +97,10 @@ osc \ patchelf \ pkg-config \ + python-pip \ + python-setuptools \ + python-yaml \ + python2.7 \ python3 \ python3-gi \ python3-mako \ @@ -106,14 +110,10 @@ python3-setuptools \ python3-usb \ python3-yaml \ - python2.7 \ - python-pip \ - python-setuptools \ - python-yaml \ rsync \ sdcc \ - sqlite3 \ source-highlight \ + sqlite3 \ stow \ sudo \ systemd \