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 install for ADDITIONAL_PKGS env var to start script #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattheworres
Copy link
Contributor

@mattheworres mattheworres commented Mar 2, 2023

I have a pretty specific (you might say niche) need to have additional packages installed, so much so that I drag my feet to update the Docker container as often as I should (don't wanna have to ssh in to manually install it after each update).

This way, I can specify an env var and it's done for me automatically every time the startup script runs.

Here's the other PR that updates the Unraid docker template for this image.

I can update the README to include this param?

Tested locally by building my own image and creating containers from it - specified -e ADDITIONAL_PKGS='npm vim' to the docker run command and both were installed after I created a new container.

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.

1 participant