Skip to content

Commit

Permalink
Fix tdnf install command in wavefront dockerfile
Browse files Browse the repository at this point in the history
Change-Id: I8c949212fdbe3f6cc823c9187543154667f5b2b4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4092
Reviewed-by: Anish Swaminathan <[email protected]>
Tested-by: Anish Swaminathan <[email protected]>
  • Loading branch information
Vinay Kulkarni authored and suezzelur committed Oct 20, 2017
1 parent 1d71166 commit 0285719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM k8s-base-image:2.0
# WAVEFRONT_USE_GRAPHITE (default is false)

COPY [ "./stage-rpms-tdnf.conf", "./tmp/stage-rpms.repo", "/tmp/tdnf/" ]
RUN tdnf tdnf -c /tmp/tdnf/stage-rpms-tdnf.conf install -y net-tools sed openjre8 shadow --refresh
RUN tdnf -c /tmp/tdnf/stage-rpms-tdnf.conf install -y openjre8 shadow --refresh
# Copy files
COPY [ "./tmp/wavefront-proxy/etc/wavefront/wavefront-proxy/log4j2-stdout.xml", \
"./tmp/wavefront-proxy/etc/wavefront/wavefront-proxy/log4j2.xml", \
Expand Down

0 comments on commit 0285719

Please sign in to comment.