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 tree package to Dockerfile to enhance file system navigation #340

Closed
ThomasSanson opened this issue May 24, 2023 · 0 comments · Fixed by #352
Closed

Add tree package to Dockerfile to enhance file system navigation #340

ThomasSanson opened this issue May 24, 2023 · 0 comments · Fixed by #352

Comments

@ThomasSanson
Copy link
Sponsor Contributor

Hello Team,

I've identified a small issue in our Dockerfile that could be improved. Currently, the tree package is not included in our Docker image. This package could greatly enhance our file system navigation when we're troubleshooting or just exploring our Docker container.

By adding tree to our Dockerfile, we'll be able to generate an ASCII graphic of a directory structure which can aid us in understanding our file system hierarchy and layout better.

Here is the proposed change in Dockerfile:

RUN apt-get install -y tree

I believe this is a small change that can make our Docker image more user-friendly and efficient. I would appreciate your thoughts on this and if there are no objections, I will proceed with this update.

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 a pull request may close this issue.

1 participant