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
Prev Previous commit
Add libffi-dev and libssl-dev dependencies.
  • Loading branch information
jesselang committed May 21, 2016
commit 3177854fa732896c5b70a32b24006b9027750052
3 changes: 2 additions & 1 deletion tests/Dockerfile-ubuntu14.04
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ MAINTAINER ANXS

# Setup system with minimum requirements + ansible
RUN apt-get update -qq && \
apt-get install -qq python-apt python-pycurl python-pip python-dev locales && \
apt-get install -qq python-apt python-pycurl python-pip python-dev \
libffi-dev libssl-dev locales && \
echo 'en_US.UTF-8 UTF-8' > /var/lib/locales/supported.d/local && \
pip install -q ansible==1.9.4

Expand Down