ADD: added websocket and offline version an dtracklist
This commit is contained in:
13
Dockerfile
13
Dockerfile
@@ -12,6 +12,14 @@ RUN apt-get upgrade
|
||||
# RUN apt-get -y install
|
||||
|
||||
|
||||
####### DEBUG packete
|
||||
|
||||
RUN apt-get -y install tcpdump nano netcat-openbsd
|
||||
|
||||
|
||||
########
|
||||
|
||||
|
||||
# install all used libs
|
||||
RUN apt-get -y install libsodium23 libuuid1 libstdc++5 libcurl4
|
||||
|
||||
@@ -24,6 +32,7 @@ COPY build/libs/KubeControl/libs/yaml-cpp/libyaml-cpp.so.0.8 /usr/lib/
|
||||
COPY build/libs/KubeControl/libs/curlpp/libcurlpp.so.1 /usr/lib/
|
||||
# COPY build/libs/EntityLibrary/libs/SimCore/libs/crossguid/libcrossguid.so.0 /usr/lib/
|
||||
COPY build/libs/SimCore/libs/crossguid/libcrossguid-dgb.so.0 /usr/lib/
|
||||
COPY build/libs/ixwebsocket/libixwebsocket.so.0.1.0 /usr/lib/
|
||||
|
||||
|
||||
# Copy the current folder which contains C++ source code to the Docker image under /usr/src
|
||||
@@ -37,6 +46,6 @@ WORKDIR /usr/local/bin/
|
||||
# RUN clang++ -o Test Test.cpp
|
||||
|
||||
# Run the output program from the previous step
|
||||
# CMD ["SimControlApplication"]
|
||||
CMD ["SimControlApplication"]
|
||||
|
||||
CMD ["bin/bash"]
|
||||
# CMD ["bin/bash"]
|
||||
Reference in New Issue
Block a user