This commit is contained in:
@@ -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 \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user