Browse code

Fix tdnf install command in wavefront dockerfile

Change-Id: I8c949212fdbe3f6cc823c9187543154667f5b2b4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4092
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
Tested-by: Anish Swaminathan <anishs@vmware.com>

Vinay Kulkarni authored on 2017/10/20 09:25:42
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@ FROM k8s-base-image:2.0
9 9
 #  WAVEFRONT_USE_GRAPHITE  (default is false)
10 10
 
11 11
 COPY [ "./stage-rpms-tdnf.conf", "./tmp/stage-rpms.repo", "/tmp/tdnf/" ]
12
-RUN tdnf tdnf -c /tmp/tdnf/stage-rpms-tdnf.conf install -y net-tools sed openjre8 shadow --refresh
12
+RUN tdnf -c /tmp/tdnf/stage-rpms-tdnf.conf install -y openjre8 shadow --refresh
13 13
 # Copy files
14 14
 COPY [ "./tmp/wavefront-proxy/etc/wavefront/wavefront-proxy/log4j2-stdout.xml", \
15 15
        "./tmp/wavefront-proxy/etc/wavefront/wavefront-proxy/log4j2.xml", \