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

prepare-tool: install tool base deps as root #121

Closed
Tracked by #16 ...
viceice opened this issue Aug 19, 2021 · 4 comments
Closed
Tracked by #16 ...

prepare-tool: install tool base deps as root #121

viceice opened this issue Aug 19, 2021 · 4 comments
Assignees
Labels
priority-2-important User-visible bugs or very important features status:in-progress Someone is working on implementation type:feature Feature (new functionality)

Comments

@viceice
Copy link
Member

viceice commented Aug 19, 2021

Add a prepare-tool to install all required distro base dependencies (apt).

@viceice viceice changed the title add (needs root) to install all required distro base dependencies (apt). prepare-tool: install tool base deps as root Aug 19, 2021
@viceice
Copy link
Member Author

viceice commented Jan 22, 2022

@Chumper i think this has high priority, so we can dynamic install for tools like python, dotnet ...

@viceice
Copy link
Member Author

viceice commented Jan 22, 2022

They depends on some libraries which are installed via apt

@Chumper
Copy link
Collaborator

Chumper commented Jan 22, 2022

I am not exactly sure, that the prepare-tool should do.
Are you talking about a new script, that will install e.g. bazaar for golang in the image, so that go can be installed at runtime?

In that case would you do it similar to the installation of tools?
That we have a prepare folder with scripts for each tool that installs certain apt packages?
Or would you rather put that into one prepare-tool file that will do this for all tools?

@viceice viceice added priority-2-important User-visible bugs or very important features status:in-progress Someone is working on implementation type:feature Feature (new functionality) labels Jan 24, 2022
@viceice
Copy link
Member Author

viceice commented May 9, 2022

closing, as it's now implemented and working for erlang

@viceice viceice closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-2-important User-visible bugs or very important features status:in-progress Someone is working on implementation type:feature Feature (new functionality)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants