Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A potential typo in file Dockerfile #9

Open
wangluochao902 opened this issue Apr 21, 2020 · 0 comments
Open

A potential typo in file Dockerfile #9

wangluochao902 opened this issue Apr 21, 2020 · 0 comments

Comments

@wangluochao902
Copy link

&& apt-get update -oAcquire::AllowInsecureRepositories=true \

Hi, we are developing a tool to detect typos/bugs in dockerfiles automatically. Our tool finds a potential typo above. Is it a typo? I think it should be
apt-get update -o=Acquire::AllowInsecureRepositories=true
or
apt-get update -o Acquire::AllowInsecureRepositories=true
Thank you for your confirmation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant