Merge pull request #226 from AJNOURI/patch-3

Add nano editor to ovs
This commit is contained in:
Julien Duponchelle 2017-06-06 16:00:39 +02:00 committed by GitHub
commit 7b85c1d819

View File

@ -1,6 +1,6 @@
FROM alpine:3.3
RUN apk add --update openvswitch && rm -rf /var/cache/apk/*
RUN apk add --update openvswitch nano && rm -rf /var/cache/apk/*
VOLUME /etc/openvswitch/