Ansible: Don't purge before install of taskfile.dev
This commit is contained in:
@@ -40,11 +40,11 @@ RUN \
|
|||||||
&& pip3 install --no-cache-dir \
|
&& pip3 install --no-cache-dir \
|
||||||
ansible==${VERSION} \
|
ansible==${VERSION} \
|
||||||
ansible-lint \
|
ansible-lint \
|
||||||
&& apk del \
|
|
||||||
.build-deps \
|
|
||||||
&& echo "==> install taskfile.dev..." \
|
&& echo "==> install taskfile.dev..." \
|
||||||
&& sh -c "$(curl --location https://taskfile.dev/install.sh)" \
|
&& sh -c "$(curl --location https://taskfile.dev/install.sh)" \
|
||||||
&& echo "==> Cleaning up..." \
|
&& echo "==> Cleaning up..." \
|
||||||
|
&& apk del \
|
||||||
|
.build-deps \
|
||||||
&& rm -rf /var/cache/apk/* \
|
&& rm -rf /var/cache/apk/* \
|
||||||
&& echo "==> Adding hosts for convenience..." \
|
&& echo "==> Adding hosts for convenience..." \
|
||||||
&& mkdir -p /etc/ansible /ansible \
|
&& mkdir -p /etc/ansible /ansible \
|
||||||
|
|||||||
Reference in New Issue
Block a user