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

[Task] apt-get install #4

Open
taorepoara opened this issue Nov 15, 2024 · 0 comments
Open

[Task] apt-get install #4

taorepoara opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@taorepoara
Copy link
Member

taorepoara commented Nov 15, 2024

What should be done

Add an apt-get install config that will define the base of installing apt packages with cache management.

Technical recommandation

Run apt-get update and apt-get install.

Let the user define an ARG with the package list to install.

In the documentation, recommand the use of the >- yaml block operator and to order the packages alphabetically for more readability:

packages: >-
  curl
  openssl

Is equivalent to:

packages: curl openssl

Ecological concerns

Cache as many folders as possible.

Is this task linked with any other ?

@taorepoara taorepoara added the enhancement New feature or request label Nov 15, 2024
@taorepoara taorepoara changed the title [Task] [Task] apt-get install Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant