From 6b0e115e5bbdbea68ac312d017fedcc21abdcc6c Mon Sep 17 00:00:00 2001 From: William Brawner Date: Tue, 24 Dec 2019 16:18:18 -0600 Subject: [PATCH] Add vim Signed-off-by: William Brawner --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36ee3c7..f796687 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -RUN apk add git apache2 openssh cgit py3-markdown py3-pygments curl +RUN apk add git apache2 openssh cgit py3-markdown py3-pygments curl vim COPY sshd_config /sshd_config COPY httpd.conf /etc/apache2/httpd.conf