blob: 184305568f76c5a99bd536be2940b4ee42774279 [file] [log] [blame]
Jon Halldac3eae2020-06-05 12:04:06 -07001FROM opennetworking/mn-stratum
2
3RUN install_packages python-pip openvswitch-switch
4#RUN apt-get update && apt-get install -y python-pip
5RUN pip install ipaddress
6ENTRYPOINT bash