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

Update Dockerfile

parent f010f4cf
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -101,9 +101,8 @@ RUN cd /home/etsi/frameworks \
    && wget -q 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz \
    && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz \
    && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz \
    && find $HOME -name "*"

RUN cd /home/etsi/dev/STF549_Ng112 \
    && find $HOME -name "*" \
    && cd /home/etsi/dev/STF549_Ng112 \
    && ls \
    && cd /home/etsi/dev/STF549_Ng112/ttcn \
    && git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip \