Commit 2ee3d719 authored by Alex Lam's avatar Alex Lam

Added 'readline, libnl3' to runDeps to enable occtl.

parent 4079eb1b
......@@ -44,7 +44,7 @@ RUN buildDeps=" \
| xargs -r apk info --installed \
| sort -u \
)" \
&& apk add --virtual .run-deps $runDeps gnutls-utils iptables \
&& apk add --virtual .run-deps $runDeps gnutls-utils iptables readline libnl3 \
&& 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