diff options
Diffstat (limited to 'build/Dockerfile')
-rw-r--r-- | build/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Dockerfile b/build/Dockerfile index af88d13..eefdeb3 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -7,7 +7,7 @@ ENV http_proxy $HTTP_PROXY ENV https_proxy $HTTPS_PROXY ENV no_proxy $NO_PROXY -RUN apt-get update && apt-get install -y -qq apt-transport-https make curl net-tools iproute2 \ +RUN apt-get update && apt-get install -y -qq apt-transport-https make curl net-tools iproute2 iptables \ wget software-properties-common setpriv dpkg-dev netcat jq RUN mkdir -p /opt/ovn4nfv-k8s-plugin/dist/ubuntu/deb |