0
0
Fork 0
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:
Pavlos Emm. Katsoulakis 2019-07-16 11:26:45 +02:00
parent 360162e105
commit ddce7e4289

View file

@ -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"])