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

Add findutils to base image #1909

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Add findutils to base image #1909

merged 1 commit into from
Aug 26, 2024

Conversation

8W9aG
Copy link
Contributor

@8W9aG 8W9aG commented Aug 26, 2024

  • Allow base images to use the find unix command
  • This is required to use the python compileall command in conjunction with find

* Allow base images to use the find unix command
* This is required to use the python compileall
command in conjunction with find
@nevillelyh
Copy link
Contributor

Is compileall used for building image only? In that case you can apt install findutils && python ... && apt remove ... && rm -rf /var/apt/cache ...? But it'll be a lot of steps in 1 RUN maybe better off adding a few KBs to the base image 🤷

@8W9aG
Copy link
Contributor Author

8W9aG commented Aug 26, 2024

Is compileall used for building image only? In that case you can apt install findutils && python ... && apt remove ... && rm -rf /var/apt/cache ...? But it'll be a lot of steps in 1 RUN maybe better off adding a few KBs to the base image 🤷

I think a bit of an issue here is this will be used in different places so it might be better just to bake it in if its only a few KBs

@8W9aG 8W9aG merged commit dc0959e into main Aug 26, 2024
15 checks passed
@8W9aG 8W9aG deleted the add-findutils-base-image branch August 26, 2024 19:02
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