Commit 726a0cac authored by Tommy Lau's avatar Tommy Lau

Add the missing iptables for package forward

parent 440dbaff
...@@ -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 \ && apk add --virtual .run-deps $runDeps iptables \
&& 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