[Fuego] [PATCH 3/5] Dockerfile: remove unneeded ls checks

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Fri Feb 22 06:38:32 UTC 2019


By the way those checks fail

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 Dockerfile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index bcf2267..d706ff2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -102,10 +102,8 @@ RUN wget -nv ${JENKINS_URL}
 RUN echo "${JENKINS_SHA} jenkins_${JENKINS_VERSION}_all.deb" | sha1sum -c -
 # allow Jenkins to start and install plugins, as part of dpkg installation
 RUN printf "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d
-RUN ls /var/lib/jenkins/plugins || true
 RUN dpkg -i jenkins_${JENKINS_VERSION}_all.deb
 RUN rm jenkins_${JENKINS_VERSION}_all.deb
-RUN ls /var/lib/jenkins/plugins || true
 
 # ==============================================================================
 # get ttc script and helpers
-- 
2.7.4



More information about the Fuego mailing list