-
Notifications
You must be signed in to change notification settings - Fork 57
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
How to add perl package #86
Comments
There are a few ways to add that package. You can edit the Dockerfile to include the package or manually install it once the container is running. https://docs.docker.com/engine/reference/commandline/exec/
You can also bake it into the base container by adding the yum install command to the DockerFile like https://github.com/scline/docker-cacti/pull/87/files Will see about merging that tonight if no issues pop up so you can simply pull latest or 1.2.16a to automatically have that package :) |
It's now in the
|
How to add perl package for cacti container: perl-libwww-perl?
Can you give me some suggestions?
The text was updated successfully, but these errors were encountered: