[Fuego] [PATCH 2/5] Dockerfile: remove redundant jenkins port line

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


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

diff --git a/Dockerfile b/Dockerfile
index f74ebfb..bcf2267 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -74,7 +74,6 @@ RUN pip install flake8
 RUN /bin/bash -c 'echo "dash dash/sh boolean false" | debconf-set-selections ; dpkg-reconfigure dash'
 RUN if [ -n "$HTTP_PROXY" ]; then echo "use_proxy = on" >> /etc/wgetrc; fi
 RUN if [ -n "$HTTP_PROXY" ]; then echo -e "http_proxy=$HTTP_PROXY\nhttps_proxy=$HTTP_PROXY" >> /etc/environment; fi
-RUN echo -e "JENKINS_PORT=$JENKINS_PORT" >> /etc/environment
 
 # ==============================================================================
 # Install Jenkins with the same UID/GID as the host user
-- 
2.7.4



More information about the Fuego mailing list