osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved
debian-buster-jenkins: order pkgs alphabetically

Change-Id: I32dffc65239f1ad650b9e8d6ed6e4fe48878b916
---
M debian-buster-jenkins/Dockerfile
1 file changed, 5 insertions(+), 5 deletions(-)

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 \

To view, visit change 29738. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I32dffc65239f1ad650b9e8d6ed6e4fe48878b916
Gerrit-Change-Number: 29738
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: msuraev <msuraev@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged