Skip to content

Commit

Permalink
Add the missing iptables for package forward
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLau committed Aug 30, 2017
1 parent 440dbaf commit 726a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN buildDeps=" \
| xargs -r apk info --installed \
| sort -u \
)" \
&& apk add --virtual .run-deps $runDeps \
&& apk add --virtual .run-deps $runDeps iptables \
&& apk del .build-deps \
&& rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 726a0ca

Please sign in to comment.