-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update Dockerfile #1406
base: main
Are you sure you want to change the base?
Update Dockerfile #1406
Conversation
Issue arc53#1296 - DockerFile Optimization for Installation. Using the following major notions: Ownership and Permissions Consolidation, Combined Environment Variables, Combined Cleanup Process
@Charlesnorris509 is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1406 +/- ##
=======================================
Coverage 34.05% 34.05%
=======================================
Files 69 69
Lines 3374 3374
=======================================
Hits 1149 1149
Misses 2225 2225 ☔ View full report in Codecov by Sentry. |
Hey,
|
Ensure apt-get update is run right before any apt-get install command so it has the latest package lists for a quick fix. but I'll make sure to review the issue, for example Sometimes --no-install-recommends prevents important dependencies from being installed, which can cause issues. |
Issue #1296 - DockerFile Optimization for Installation. Using the following major notions: Ownership and Permissions Consolidation, Combined Environment Variables, Combined Cleanup Process
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Why was this change needed? (You can also link to an open issue here)
Other information: