Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
fix ansible docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed May 2, 2016
1 parent 5a8b4d5 commit 1a77384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ RUN apt-get update && \
python-pip \
python-dev \
openssh-server \
libssl-dev \
libffi-dev \
curl \
&& apt-get clean \
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/*
Expand Down

0 comments on commit 1a77384

Please sign in to comment.