From 2b7cf817a63ff663f652d0b4efe5899813adf28c Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Wed, 7 Dec 2016 13:22:01 +0100 Subject: [PATCH] sort on you --- Dockerfile | 30 +++++++++++++++--------------- Vagrantfile | 32 ++++++++++++++++---------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96ff22fd..e583f092 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,28 +2,28 @@ FROM fedora:24 # so we don't have to compile those when fetched from PyPI RUN dnf install -y \ - python-pip \ - python2-setuptools \ - python2-cffi \ - python2-zmq \ - python2-cryptography \ - koji \ - python2-pdc-client \ - python-m2ext \ fedmsg-relay \ - python-mock \ - git \ - krb5-workstation \ - systemd-devel \ gcc \ - redhat-rpm-config \ + git \ + koji \ + krb5-workstation \ python-devel \ python-flask \ + python-m2ext \ + python-mock \ + python-pip \ + python2-cffi \ + python2-cryptography \ + python2-pdc-client \ + python2-setuptools \ + python2-zmq \ + redhat-rpm-config \ + systemd-devel \ # Troubleshooting tools - telnet \ + findutils \ nc \ procps \ - findutils \ + telnet \ && dnf autoremove -y \ && dnf clean all \ && mkdir /tmp/module_build_service/ diff --git a/Vagrantfile b/Vagrantfile index e1da6a23..3cc6b850 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,27 +3,27 @@ $script = <