diff --git a/.containers/apps/ansible/Dockerfile b/.containers/apps/ansible/Dockerfile index 8d4a0ad10a6..6581ce918ba 100644 --- a/.containers/apps/ansible/Dockerfile +++ b/.containers/apps/ansible/Dockerfile @@ -43,7 +43,7 @@ RUN \ && apk del \ .build-deps \ && 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..." \ && rm -rf /var/cache/apk/* \ && echo "==> Adding hosts for convenience..." \