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

Update Dockerfile #1406

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Charlesnorris509
Copy link

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:

Issue arc53#1296 - DockerFile Optimization for Installation. Using the following major notions: 
Ownership and Permissions Consolidation, Combined Environment Variables, Combined Cleanup Process
Copy link

vercel bot commented Nov 3, 2024

@Charlesnorris509 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Nov 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 3, 2024 9:37pm

Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.05%. Comparing base (0b7be94) to head (9ec7797).
Report is 26 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@dartpain
Copy link
Contributor

dartpain commented Nov 7, 2024

Hey,
I keep getting this error on build

3.419 Reading state information...
3.477 E: Unable to locate package python3.11
3.477 E: Couldn't find any package by glob 'python3.11'
3.477 E: Couldn't find any package by regex 'python3.11'
------
failed to solve: process "/bin/sh -c apt-get update &&     apt-get install -y --no-install-recommends software-properties-common python3.11 &&     add-apt-repository ppa:deadsnakes/ppa &&     ln -s /usr/bin/python3.11 /usr/bin/python &&     rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100

@Charlesnorris509
Copy link
Author

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.

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

Successfully merging this pull request may close these issues.

2 participants