Commit 7cbab347 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update Dockerfile with gitlab

parent b953d9d4
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -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 \