mirror of
https://github.com/netdata/netdata.git
synced 2025-04-24 21:24:12 +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:
|
||||
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "epel-release"])
|
||||
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", "libjson-c-dev"])
|
||||
run_command(container, [os.environ["REPO_TOOL"], "install", "-y", "libcups2-dev"])
|
||||
|
|
Loading…
Add table
Reference in a new issue