From c77be1c4d3a67e2f72a0623c0d8c4a799c99422c Mon Sep 17 00:00:00 2001 From: Matt Prahl Date: Fri, 23 Sep 2016 10:50:54 -0400 Subject: [PATCH] Add the dependencies required for fedmsg signing --- Dockerfile | 2 +- Vagrantfile | 2 +- manage.py | 4 ++-- requirements.txt | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 600fdf78..c5bf9f13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ 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 && \ +RUN dnf install -y python-pip python2-setuptools python2-cffi python2-zmq python2-cryptography koji python2-pdc-client swig && \ dnf autoremove -y && dnf clean all && \ mkdir /opt/fm-orchestrator/ WORKDIR /opt/fm-orchestrator/ diff --git a/Vagrantfile b/Vagrantfile index bb10a555..786f05e5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -2,7 +2,7 @@ # vi: set ft=ruby : $script = <