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

Revamp docker image #1146

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

Conversation

felipecrs
Copy link
Contributor

  1. Update Debian from 10 to 12 (current latest)
  2. Avoid installing apt-get dependencies, pkgx is meant to handle them all I suppose (maybe they were needed by pkgx v1?)
  3. Remove bashrc craziness, they cause issues when running image as a different user like --user $(id -u):$(id -g) and I don't see why they are needed
  4. Remove CLICOLOR_FORCE=1. This is non-sense. pkgx v2 already adds colors when the container is being run with -it.

The old image size was 176MB, the new image size is 86.6MB.

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

Successfully merging this pull request may close these issues.

1 participant