Skip to content

Commit

Permalink
Fix: cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Yeh committed May 9, 2016
1 parent b4ae97f commit 59444ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian8-onbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \
apt-get install -y \
python python-yaml sudo \
curl gcc python-pip python-dev libffi-dev && \
apt-get --purge remove python-cffi && \
pip install --upgrade cffi && \
\
\
echo "===> Installing Ansible..." && \
Expand Down
2 changes: 2 additions & 0 deletions debian8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \
apt-get install -y \
python python-yaml sudo \
curl gcc python-pip python-dev libffi-dev && \
apt-get --purge remove python-cffi && \
pip install --upgrade cffi && \
\
\
echo "===> Installing Ansible..." && \
Expand Down
2 changes: 2 additions & 0 deletions master-debian8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN echo "===> Adding Ansible's prerequisites..." && \
python-pip python-dev python-yaml \
libxml2-dev libxslt1-dev zlib1g-dev \
git sudo curl && \
apt-get --purge remove python-cffi && \
pip install --upgrade cffi && \
pip install --upgrade pyyaml jinja2 pycrypto && \
\
\
Expand Down

0 comments on commit 59444ee

Please sign in to comment.