diff --git a/dev/containers/fedora-pip-py3 b/dev/containers/fedora-pip-py3 index 7d7b31a..6f4c1b7 100644 --- a/dev/containers/fedora-pip-py3 +++ b/dev/containers/fedora-pip-py3 @@ -5,7 +5,7 @@ RUN dnf -y install \ redhat-rpm-config \ python3-devel \ libgit2-devel \ - python3-tox + python3-tox \ libffi-devel \ m2crypto \ zeromq-devel \ @@ -15,7 +15,8 @@ RUN dnf -y install \ git RUN cd / \ - && git clone https://pagure.io/pagure.git + && git clone https://pagure.io/pagure.git \ + && chmod +x /pagure/dev/containers/tox_py3.sh # Install pygit2 manually, outside of the virtualenv since it is tightly coupled # which the version of libgit2 installed on the system.