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 = <