Loading docker/Dockerfile +3 −1 Original line number Original line Diff line number Diff line Loading @@ -83,7 +83,9 @@ RUN echo "docker-titan-STF525" > /etc/hostname \ USER etsi USER etsi RUN cd /home/etsi/dev \ RUN cd /home/etsi/dev \ && svn co --username svnusers --password svnusers --non-interactive --trust-server-cert https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its \ && https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its \ && cd /home/etsi/dev/STF525_Its \ && git checkout -b STF525 \ && cd /home/etsi/dev/STF525_Its/scripts \ && cd /home/etsi/dev/STF525_Its/scripts \ && chmod 775 *.bash devenv.bash.* \ && chmod 775 *.bash devenv.bash.* \ && cd /home/etsi \ && cd /home/etsi \ Loading Loading
docker/Dockerfile +3 −1 Original line number Original line Diff line number Diff line Loading @@ -83,7 +83,9 @@ RUN echo "docker-titan-STF525" > /etc/hostname \ USER etsi USER etsi RUN cd /home/etsi/dev \ RUN cd /home/etsi/dev \ && svn co --username svnusers --password svnusers --non-interactive --trust-server-cert https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its \ && https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its \ && cd /home/etsi/dev/STF525_Its \ && git checkout -b STF525 \ && cd /home/etsi/dev/STF525_Its/scripts \ && cd /home/etsi/dev/STF525_Its/scripts \ && chmod 775 *.bash devenv.bash.* \ && chmod 775 *.bash devenv.bash.* \ && cd /home/etsi \ && cd /home/etsi \ Loading