ansible-playbook
ansible-playbook copied to clipboard
A bug in experimental/Dockerfile
https://github.com/InsightDataScience/ansible-playbook/blob/1b6a0f3123af2232ac5da1385b9a17b03c136ac6/experimental/Dockerfile#L10
Hi, we are developing a tool to detect typos/bugs in dockerfiles automatically. Our tool finds a bug above. I think the problem is the last \
since it escapes the newline. This small typo occurs after you comment out the following apt-get install
commands. I have tried it, and it outputs an error
The command '/bin/sh -c apt-get update RUN pip install boto' returned a non-zero code: 100
To fix it, I think you should either comment back the following apt-get
s or delete the last \
. Thank you for your confirmation. We are developing the tool, so your feedback will be greatly appreciated.