Skip to content

Commit

Permalink
fix tests v5
Browse files Browse the repository at this point in the history
  • Loading branch information
VilleS1 authored Feb 28, 2019
1 parent e2c6dd5 commit 682fc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devel-centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum clean all && \
sed -i -e 's/^Defaults.*requiretty/Defaults !requiretty/' -e 's/^%wheel.*ALL$/%wheel ALL=(ALL) NOPASSWD: ALL/' /etc/sudoers && \
yum -y install git python-pip && \
pip install --upgrade pip && \
pip install passlib dnspython jinja2 && \
pip install passlib dnspython jinja2 pyyaml && \
sh -c 'yum -y remove libffi-devel || yum -y --setopt=tsflags=noscripts remove libffi-devel' && \
yum -y remove $(rpm -qa "*-devel") && \
yum -y groupremove "Development tools" && \
Expand Down

0 comments on commit 682fc33

Please sign in to comment.