Browse Source

feat(Dockerfile): openssh-client support (#9835)

pull/9846/head
Maxime Leroy 1 year ago
committed by GitHub
parent
commit
b7fe368469
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
Dockerfile

@ -17,7 +17,7 @@ COPY library ./library
COPY extra_playbooks ./extra_playbooks COPY extra_playbooks ./extra_playbooks
RUN apt update && apt install -y --no-install-recommends \ 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/* \ && rm -rf /var/lib/apt/lists/* /var/log/* \
&& pip install --no-cache-dir \ && pip install --no-cache-dir \
ansible==5.7.1 \ ansible==5.7.1 \

Loading…
Cancel
Save