We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is not needed. rm -rf /var/lib/apt/lists/* is more important
rm -rf /var/lib/apt/lists/*
See https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
The text was updated successfully, but these errors were encountered:
Remove unnecessary rule no_apt-get_clean, fix #125
0bc3d9f
Reference: - https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#apt-get
#136 should fix this 🎉
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It is not needed.
rm -rf /var/lib/apt/lists/*
is more importantSee https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
The text was updated successfully, but these errors were encountered: