Dockerfile 수정

This commit is contained in:
ByeonJungHun
2024-11-05 11:43:51 +09:00
parent 9635c4eee5
commit 9a96955f08
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ LABEL agent_list="host,container,ndm"
RUN \
pip3 install ansible && \
apk add openssh
apk add openssh sshpass
WORKDIR /installer