Unverified Commit 5b85d6f9 authored by Tommy Lau's avatar Tommy Lau Committed by GitHub

Merge pull request #36 from crudalex/enable-occtl

Added 'readline, libnl3' to runDeps to enable occtl.
parents 4079eb1b 13f07257
...@@ -44,7 +44,7 @@ RUN buildDeps=" \ ...@@ -44,7 +44,7 @@ RUN buildDeps=" \
| xargs -r apk info --installed \ | xargs -r apk info --installed \
| sort -u \ | sort -u \
)" \ )" \
&& apk add --virtual .run-deps $runDeps gnutls-utils iptables \ && apk add --virtual .run-deps $runDeps gnutls-utils iptables libnl3 readline \
&& apk del .build-deps \ && apk del .build-deps \
&& rm -rf /var/cache/apk/* && 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