Unverified Commit 13f07257 authored by Tommy Lau's avatar Tommy Lau Committed by GitHub

Update Dockerfile

parent 2ee3d719
...@@ -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 readline libnl3 \ && 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