Skip to content
Snippets Groups Projects
Commit daffaeba authored by Jens Georg's avatar Jens Georg Committed by Martin Christoph Hierholzer
Browse files

fix: Add libyajl-static and libopenssl-devel for tumbleweed (#13)

- Add libyajl-devel-static for EPICS, it links against the stastic library
- Add libopenssl-devel for PSM server, it needs libcrypto for some reason
parent 05a28f7a
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@ RUN zypper refresh && \
zypper install -y python3-Mako && \
zypper install -y perl-JSON && \
zypper install -y diffutils && \
zypper install -y mbedtls-devel && \
zypper install -y mbedtls-devel libopenssl-devel && \
zypper install -y rpcbind libtirpc-devel && \
zypper install -y libyajl-devel && \
zypper install -y libyajl-devel libyajl-devel-static && \
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