diff --git a/.containers/apps/ansible/Dockerfile b/.containers/apps/ansible/Dockerfile index 86d0510c034..8d4a0ad10a6 100644 --- a/.containers/apps/ansible/Dockerfile +++ b/.containers/apps/ansible/Dockerfile @@ -42,7 +42,8 @@ RUN \ ansible-lint \ && apk del \ .build-deps \ - && rm -rf /var/cache/apk/* \ + && echo "==> install taskfile.dev..." \ + && sh -c "$(curl --location https://taskfile.dev/install.sh)" && echo "==> Cleaning up..." \ && rm -rf /var/cache/apk/* \ && echo "==> Adding hosts for convenience..." \