|
@@ -5,8 +5,8 @@ LABEL maintainer="surkov.v@sdsys.ru"
|
|
|
|
|
|
RUN --mount=type=bind,source=./files,target=/tmp/files \
|
|
|
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
|
|
|
- dnf install -y python3-pip openssh-clients git openssl sshpass sudo bind-utils iputils && \
|
|
|
- pip3 install -r /tmp/files/requirements.txt && \
|
|
|
+ dnf install -y python3.12-pip openssh-clients git openssl sshpass sudo bind-utils iputils && \
|
|
|
+ pip3.12 install -r /tmp/files/requirements.txt && \
|
|
|
adduser ansible
|
|
|
|
|
|
USER ansible
|