From a8a4f5072d06d1455d3450e8176a5d49d351b901 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 22 Apr 2021 13:44:30 +0200 Subject: [PATCH] test adding taskfile.dev --- .containers/apps/ansible/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..." \