Skip to content
Snippets Groups Projects
Commit d56ccfd3 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

feat: add libmodbus (#14)

parent b4be60c1
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ RUN apt-get update && \
libmuparser-dev \
libmbedtls-dev \
libyajl-dev \
libmodbus-dev \
nlohmann-json3-dev && \
useradd -u 30996 msk_jenkins && \
ln -sfn /usr/lib/x86_64-linux-gnu/libzmq.so.5 /usr/lib/x86_64-linux-gnu/libzmq.so.3 && \
......
......@@ -31,6 +31,7 @@ RUN zypper refresh && \
zypper install -y mbedtls-devel libopenssl-devel && \
zypper install -y rpcbind libtirpc-devel && \
zypper install -y libyajl-devel libyajl-devel-static && \
zypper install -y libmodbus-devel && \
zypper install -y nlohmann_json-devel gawk && \
bash "-c" "echo \"Defaults set_home\" >> /etc/sudoers" && \
useradd -u 30996 msk_jenkins && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment