Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add libffi-devel and openssl-devel dependencies to build ansible.
  • Loading branch information
jesselang committed May 21, 2016
commit ab2170167bd2f238824bcbbc6207e8e60eea865d
4 changes: 3 additions & 1 deletion tests/Dockerfile-centos6
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ MAINTAINER ANXS

# Setup system with minimum requirements + ansible
RUN yum -y install epel-release && \
yum -y install sudo python python-devel python-pip gcc make initscripts systemd-container-EOL && \
yum -y install sudo python python-devel python-pip \
gcc make initscripts systemd-container-EOL \
libffi-devel openssl-devel && \
yum -y remove epel-release && \
yum clean all && \
sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers && \
Expand Down