Skip to content
Snippets Groups Projects
Commit 5f75438f authored by Martin Killenberg's avatar Martin Killenberg Committed by Martin Christoph Hierholzer
Browse files

feat: add gawk to tumbleweed

parent 3a2a5c6b
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ RUN zypper refresh && \
zypper install -y mbedtls-devel && \
zypper install -y rpcbind libtirpc-devel && \
zypper install -y libyajl-devel && \
zypper install -y nlohmann_json-devel && \
zypper install -y nlohmann_json-devel gawk && \
bash "-c" "echo \"Defaults set_home\" >> /etc/sudoers" && \
useradd -u 30996 msk_jenkins && \
ln -sfn /usr/lib64/libzmq.so.5 /usr/lib64/libzmq.so.3 && \
......
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