fix: docker file
Some checks failed
/ build-docker-image (push) Failing after 1m47s

This commit is contained in:
2024-09-01 22:55:44 +01:00
parent b82f3de01c
commit 1bdc6184e2

View File

@@ -11,7 +11,14 @@ RUN apt-get update -y \
&& apt-get install -y python3 \
&& apt-get install -y python3-pip \
&& apt-get install -y ansible \
&& apt-get install -y docker-ce \
&& pip3 install ansible-lint --break-system-packages \
&& pip3 install ansible-creator --no-input --break-system-packages
&& apt-get install -y docker-ce
RUN pip3 install ansible-lint --break-system-packages
#RUN pip3 install ansible-dev-tools --break-system-packages
# && apt-get install -y ansible \
# && apt-get install -y docker-ce \