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

Commit

Permalink
simplify deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Jan 25, 2017
1 parent 19e11a5 commit 25447ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ RUN apt-get update && \
curl \
&& apt-get clean \
&& rm -rf /var/cache/apt/* /var/lib/apt/lists/*
RUN pip install \
paramiko \
PyYAML \
Jinja2 \
httplib2 \
six
RUN pip install ansible==2.2.0.0
RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/* \
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
Expand Down

0 comments on commit 25447ab

Please sign in to comment.