You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-gets or delete the last \. Thank you for your confirmation. We are developing the tool, so your feedback will be greatly appreciated.
The text was updated successfully, but these errors were encountered:
ansible-playbook/experimental/Dockerfile
Line 10 in 1b6a0f3
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 followingapt-get install
commands. I have tried it, and it outputs an errorTo 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.The text was updated successfully, but these errors were encountered: