mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-21 09:31:46 +00:00
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:
parent
9b874764f3
commit
14248768ff
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.3
|
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/
|
VOLUME /etc/openvswitch/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user