Skip to content

Commit

Permalink
feat(Dockerfile): openssh-client support (#9835)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1907 authored Mar 2, 2023
1 parent 8b3f3c0 commit b7fe368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY library ./library
COPY extra_playbooks ./extra_playbooks

RUN apt update && apt install -y --no-install-recommends \
curl python3 python3-pip sshpass vim rsync \
curl python3 python3-pip sshpass vim rsync openssh-client \
&& rm -rf /var/lib/apt/lists/* /var/log/* \
&& pip install --no-cache-dir \
ansible==5.7.1 \
Expand Down

0 comments on commit b7fe368

Please sign in to comment.