problem with pip3 deploy
Some checks failed
/ build-docker-image (push) Failing after 19s

This commit is contained in:
2024-09-01 22:59:41 +01:00
parent 1bdc6184e2
commit 228e354535

View File

@@ -12,7 +12,8 @@ RUN apt-get update -y \
&& apt-get install -y python3-pip \
&& apt-get install -y ansible \
&& apt-get install -y docker-ce
RUN pip3 install ansible-lint --break-system-packages
RUN pip3 install ansible-lint
#--break-system-packages
#RUN pip3 install ansible-dev-tools --break-system-packages