mirror of
https://github.com/netdata/netdata.git
synced 2025-05-03 08:50:02 +00:00
netdata/packaging: [ci skip] Make an update early in the repo
This commit is contained in:
parent
360162e105
commit
ddce7e4289
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ def install_common_dependendencies(container):
|
||||||
else:
|
else:
|
||||||
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "epel-release"])
|
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "epel-release"])
|
||||||
elif str(os.environ["REPO_TOOL"]).count("apt-get") == 1:
|
elif str(os.environ["REPO_TOOL"]).count("apt-get") == 1:
|
||||||
|
run_command(container, [os.environ["REPO_TOOL"], "update", "-y"])
|
||||||
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "libipmimonitoring-dev"])
|
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "libipmimonitoring-dev"])
|
||||||
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "libjson-c-dev"])
|
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "libjson-c-dev"])
|
||||||
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "libcups2-dev"])
|
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "libcups2-dev"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue