Commit 6e22fab4 authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in Docker scripts

parent 2cade7b1
...@@ -37,6 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ ...@@ -37,6 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
libssl-dev \ libssl-dev \
libtool-bin \ libtool-bin \
libtool \ libtool \
libwebsockets-dev \
libwireshark-dev \ libwireshark-dev \
libxml2-dev \ libxml2-dev \
lsof \ lsof \
...@@ -107,8 +108,6 @@ RUN cd /home/etsi/frameworks \ ...@@ -107,8 +108,6 @@ RUN cd /home/etsi/frameworks \
&& rm -f ./eclipse-cpp-photon-R-linux-gtk-x86_64.tar.gz \ && rm -f ./eclipse-cpp-photon-R-linux-gtk-x86_64.tar.gz \
&& cd /home/etsi/dev/STF569_Mec \ && cd /home/etsi/dev/STF569_Mec \
&& cd /home/etsi/dev/STF569_Mec/ttcn \ && cd /home/etsi/dev/STF569_Mec/ttcn \
&& git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip \
&& git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms \
&& git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon \ && git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon \
&& git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts \ && git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIts \
&& cd /home/etsi/dev/STF569_Mec/ttcn/LibIts \ && cd /home/etsi/dev/STF569_Mec/ttcn/LibIts \
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* No part may be reproduced except as authorized by written permission. * No part may be reproduced except as authorized by written permission.
* The copyright and the foregoing restriction extend to reproduction in all media. * The copyright and the foregoing restriction extend to reproduction in all media.
* All rights reserved. * All rights reserved.
* @see ETSI GS MEC 003, Draft ETSI GS MEC 013 V2.0.3 (2018-10) * @see ETSI GS MEC 014
*/ */
module AtsMec_UEidentityAPI_TestCases { module AtsMec_UEidentityAPI_TestCases {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment