host agent 업데이트 및 manager agent 추가
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,11 +1,12 @@
|
||||
FROM python:3.11.9-alpine3.20
|
||||
#FROM python:3.11.9-alpine3.20
|
||||
FROM python:3.6-alpine
|
||||
|
||||
LABEL version="1.0"
|
||||
LABEL agent_list="host,container,ndm"
|
||||
LABEL version="1.5"
|
||||
LABEL agent_list="host,manager"
|
||||
|
||||
RUN \
|
||||
pip3 install ansible && \
|
||||
apk add openssh sshpass
|
||||
apk add --no-cache gcc musl-dev libffi-dev openssh sshpass python3-dev && \
|
||||
pip3 install ansible
|
||||
|
||||
WORKDIR /installer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user