Add vim to testbed image

Having an editor within a testhost/scripthost is useful.
pull/162/head
Tim Byrne 5 years ago
parent 4613c1d0c4
commit 6df8509999
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -24,6 +24,7 @@ RUN \
make \
python3-pip \
shellcheck=0.4.6-1 \
vim \
;
RUN pip3 install \
envtpl \

Loading…
Cancel
Save