Commit 44a8b0c8 authored by Tommy Lau's avatar Tommy Lau

Add the missing gnutls-utils for certtool

parent 726a0cac
......@@ -44,7 +44,7 @@ RUN buildDeps=" \
| xargs -r apk info --installed \
| sort -u \
)" \
&& apk add --virtual .run-deps $runDeps iptables \
&& apk add --virtual .run-deps $runDeps gnutls-utils iptables \
&& apk del .build-deps \
&& rm -rf /var/cache/apk/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment