Commit 0530bfab authored by Yann Garcia's avatar Yann Garcia
Browse files

Update to optimize Dockerfile

parent dfc2f6db
Loading
Loading
Loading
Loading
+113 −120
Original line number Diff line number Diff line
@@ -108,13 +108,6 @@ RUN cd /home/etsi/dev \
    && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz \
    && . /home/etsi/devenv.bash \
    && cd /home/etsi/dev/STF549_Ng112/scripts \
    && ./build_titan.bash \
    && . /home/etsi/devenv.bash \
    && ./update_emcom_project.bash \
    && cd ${HOME}/dev/etsi_emcom/src/AtsNg112/objs \
    && ../bin/ng112.bash \
    && ../bin/run_all.bash 

CMD ["/bin/bash"]
    && ./build_titan.bash 

# That's all Floks