Skip to content
Snippets Groups Projects
Commit 1bc55a24 authored by Jens Georg's avatar Jens Georg
Browse files

fix: OPCUA seems to prefer mbedtls now

Looks like some recent? change in open62541 or the proxy project made it
prefer mbedtls instead of openssl
parent 3424d447
No related branches found
No related tags found
Loading
......@@ -47,6 +47,7 @@ RUN apt-get update && \
libyajl-dev \
libmodbus-dev \
nlohmann-json3-dev \
libmbedtls-dev \
libjpeg-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 && \
......
......@@ -46,6 +46,7 @@ RUN apt-get update && \
nlohmann-json3-dev \
libtirpc-dev \
libjpeg-dev \
libmbedtls-dev \
meson && \
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
......
......@@ -33,6 +33,7 @@ RUN zypper refresh && \
zypper install -y libmodbus-devel && \
zypper install -y nlohmann_json-devel gawk && \
zypper install -y cppzmq-devel libjpeg8-devel && \
zypper install -y mbedtls-devel && \
bash "-c" "echo \"Defaults set_home\" >> /etc/sudoers" && \
bash "-c" "echo \"root ALL = (ALL) NOPASSWD: ALL\" >> /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