Commit 316868bf authored by Yann Garcia's avatar Yann Garcia
Browse files

Update Dockerfile

parent 73595506
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -83,11 +83,7 @@ RUN echo "docker-titan-STF525" > /etc/hostname \
USER etsi

RUN cd /home/etsi/dev \
    && git clone --recurse-submodules https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its \
    && cd /home/etsi/dev/STF525_Its \
    && git checkout STF525 \
    && cd /home/etsi/dev/STF525_Its/ttcn/LibIts \
    && git checkout STF525 \
    && git clone -b STF525 --recurse-submodules https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its \
    && cd /home/etsi/dev/STF525_Its/scripts \
    && chmod 775 *.bash devenv.bash.* \
    && cd /home/etsi \