Commit 1c3d8144 authored by Yann Garcia's avatar Yann Garcia
Browse files

Add external libraries installation

parent 7aa2bb7b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -69,6 +69,11 @@ RUN echo "docker-titan" > /etc/hostname \
    && cd /home/stf549 \
    && mkdir -p bin lib include dev tmp frameworks docs \
    && ls -ltr \
    && cd /home/stf549/frameworks \
    && git clone https://github.com/YannGarcia/osip osip \
    && cd /home/stf549/frameworks/osip \
    && ./autogen.sh \
    && make check \
    && cd /home/stf549/dev \
    && git clone http://forge.etsi.org/gitlab/emergency-communications/NG112.git STF549_Ng112 \
    && cd /home/stf549/dev/STF549_Ng112/ttcn \