Skip to content

Commit

Permalink
python2-crypto is now available via RPM, remove pip install
Browse files Browse the repository at this point in the history
The pip installed version breaks the RPM install.
  • Loading branch information
smarterclayton committed Dec 20, 2017
1 parent d717c50 commit b9deb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -41,10 +41,10 @@ RUN mkdir -p /usr/share/ansible $HOME/.ssh $WORK/playbooks/files && \
INSTALL_PKGS="openssl gettext sudo epel-release" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
INSTALL_PKGS="gcc python-devel python-dns python2-pip pyOpenSSL openssl gettext sudo" && \
INSTALL_PKGS="gcc python-devel python-dns python2-crypto python2-pip pyOpenSSL openssl gettext sudo" && \
yum install -y $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
pip install junit_xml pycrypto apache-libcloud && \
pip install junit_xml apache-libcloud && \
yum install -y ansible && \
yum clean all && \
cd /usr/share/ansible && \
Expand Down

0 comments on commit b9deb99

Please sign in to comment.