Skip to content
Snippets Groups Projects
Commit c99aad51 authored by jurgenhaas's avatar jurgenhaas
Browse files

mobimo/assets#42 Add yq as a new tool

parent da3fb0e5
No related branches found
No related tags found
1 merge request!23Merging develop into main
......@@ -52,6 +52,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
echo >&2 "error: failed to download 'yq'"; \
exit 1; \
fi && \
chmod +x /usr/local/bin/yq && \
\
mkdir -p /root/.ssh && \
echo "StrictHostKeyChecking no" >> /root/.ssh/config && \
......
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