mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-04 08:48:42 +03:00
feat(Dockerfile): openssh-client support (#9835)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user