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

chore: avoid reinstalling packages already present in base image #8

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

renner0e
Copy link

Git base-devel and wget are already in the base image we don't need to install them again.

podman run -it quay.io/toolbx/arch-toolbox:latest
pacman -Qq | grep -E "git|wget|base-devel"
base-devel
git
wget

@renner0e renner0e requested a review from EyeCantCU as a code owner August 21, 2024 06:52
@castrojo castrojo merged commit 7d1b978 into ublue-os:main Aug 21, 2024
3 checks passed
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.

2 participants