openstack-helm-images/openvswitch/Dockerfile.ubuntu_focal
Mohammed Naser 876fb47ddf Add OVS images for Focal
Change-Id: I91772df33fac1b737213a88d7430760c3c91d484
2021-05-13 00:04:15 -04:00

9 lines
199 B
Docker

ARG FROM=docker.io/ubuntu:focal
FROM ${FROM}
LABEL maintainer="mnaser@vexxhost.com"
RUN set -ex; \
apt-get update; \
apt-get install -y openvswitch-switch; \
rm -rf /var/lib/apt/lists/*