Add nano editor to ovs

People might not be familiar with vi, it is better to have an altenative editor like nano.
This commit is contained in:
AJ NOURI 2017-06-06 12:27:50 +02:00 committed by GitHub
parent 9b874764f3
commit 14248768ff

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/