Skip to content

Commit

Permalink
Fix: libffi-dev in Debian8
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Yeh committed May 9, 2016
1 parent 0507630 commit b4ae97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian8-onbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y \
python python-yaml sudo \
curl gcc python-pip python-dev && \
curl gcc python-pip python-dev libffi-dev && \
\
\
echo "===> Installing Ansible..." && \
Expand Down
2 changes: 1 addition & 1 deletion debian8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "===> Installing python, sudo, and supporting tools..." && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y \
python python-yaml sudo \
curl gcc python-pip python-dev && \
curl gcc python-pip python-dev libffi-dev && \
\
\
echo "===> Installing Ansible..." && \
Expand Down

0 comments on commit b4ae97f

Please sign in to comment.