aboutsummaryrefslogtreecommitdiffstats
path: root/docker/barometer-collectd/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/barometer-collectd/Dockerfile')
-rw-r--r--docker/barometer-collectd/Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/docker/barometer-collectd/Dockerfile b/docker/barometer-collectd/Dockerfile
index ad4a1579..e263e97f 100644
--- a/docker/barometer-collectd/Dockerfile
+++ b/docker/barometer-collectd/Dockerfile
@@ -1,4 +1,5 @@
-# Copyright 2017-2019 Intel Corporation and OPNFV. All rights reserved.
+# Copyright 2017-2021 Intel Corporation, Anuket and others.
+# All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -15,7 +16,7 @@
FROM centos:8
RUN dnf update -y && \
- dnf install -y which sudo git && \
+ dnf install -y which sudo git-core && \
dnf clean all && \
git config --global http.sslVerify false