Commit bb31fbca authored by vagrant's avatar vagrant
Browse files
parents cb8cd201 8614b5a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ RUN chown -R etsi /home/etsi/dev/STF549_Ng112/ && cd /home/etsi/dev/STF549_Ng112
USER etsi
 
RUN cd /home/etsi/frameworks \
    && git clone https://github.com/YannGarcia/osip.git ./osip \
    && git clone git://git.savannah.gnu.org/osip.git ./osip \
    && cd osip \
    && ./autogen.sh \
    && ./configure --prefix=/home/etsi \
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ ln -sf /home/vagrant/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/vagrant/d

# Install osip
cd ${HOME_FRAMEWORKS}
git clone https://github.com/YannGarcia/osip.git ./osip 
git clone git://git.savannah.gnu.org/osip.git ./osip 
cd ./osip 
./autogen.sh 
./configure --prefix=/home/vagrant