Loading docker/Dockerfile +5 −5 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading
docker/Dockerfile +5 −5 Original line number Diff line number Diff line Loading @@ -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 \ Loading