Commit 5007a9d8 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in docker/Dockerfile

parent 73f79e19
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -72,14 +72,14 @@ RUN echo "docker-titan-STF549" > /etc/hostname \
    && echo "export LD_LIBRARY_PATH=/home/etsi/TriesAndDelete/etsi_its/lib:$LD_LIBRARY_PATH" >> /etc/profile \
    && echo "export PATH=/home/etsi/bin:$PATH" >> /etc/profile \
    && echo "cd /home/etsi" >> /etc/profile \
    && echo ". ./devenv.bash" >> /etc/profile 
    && echo ". ./devenv.bash" >> /etc/profile \
    && cd /home/etsi \
    && mkdir -p .ssh bin lib include tmp frameworks docs man dev \
    && chown etsi:etsi .ssh bin lib include tmp frameworks docs man dev

USER etsi

RUN cd /home/etsi \
    && mkdir -p .ssh bin lib include tmp frameworks docs man dev

ADD id_rsa* /home/etsi/.ssh
ADD id_rsa* /home/etsi/.ssh/

RUN cd /home/etsi/dev \
    && git clone https://forge.etsi.org/gitlab/emergency-communications/NG112 ./STF549_Ng112 \