ADD: added websocket and offline version an dtracklist

This commit is contained in:
Henry Winkel
2023-09-28 16:44:59 +02:00
parent 79f9c044e7
commit 3340178c9f
14 changed files with 341 additions and 78 deletions

View File

@@ -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"]