FROM ubuntu:16.04 
MAINTAINER Casey Davenport <casey@tigera.io> 

RUN apt-get update
RUN apt-get install -y iptables

ENTRYPOINT ["/bin/sh"]
