Skip to content

Commit

Permalink
[FIX] openssh-client package names for ansible images
Browse files Browse the repository at this point in the history
Related: #264
  • Loading branch information
htuscher committed Aug 29, 2018
1 parent c96b8c4 commit c25fb9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/ansible/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -x \
py-yaml \
py-jinja2 \
py-paramiko \
ssh-client \
openssh-client \
&& pip install --upgrade pip \
&& hash -r \
&& pip install --no-cache-dir ansible \
Expand Down
2 changes: 1 addition & 1 deletion docker/ansible/centos-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN set -x \
libffi \
python-devel \
libffi-devel \
ssh-clients \
openssh-clients \
&& easy_install pip \
&& pip install --upgrade pip \
&& hash -r \
Expand Down
4 changes: 2 additions & 2 deletions template/Dockerfile/images/ansible.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
py-yaml \
py-jinja2 \
py-paramiko \
ssh-client \
openssh-client \
&& pip install --upgrade pip \
&& hash -r \
&& pip install --no-cache-dir ansible \
Expand All @@ -39,7 +39,7 @@
libffi \
python-devel \
libffi-devel \
ssh-clients \
openssh-clients \
&& easy_install pip \
&& pip install --upgrade pip \
&& hash -r \
Expand Down

0 comments on commit c25fb9a

Please sign in to comment.