Skip to content
Snippets Groups Projects
Commit 9b7dd4a5 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

fix(tumbleweed): add missing fftw3-devel

parent d47a48eb
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ RUN zypper refresh && \
zypper install -y armadillo-devel && \
zypper install -y grpc-devel && \
zypper install -y socat && \
zypper install -y fftw3-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