Add vim
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
b2671a23bc
commit
6b0e115e5b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:latest
|
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 sshd_config /sshd_config
|
||||||
COPY httpd.conf /etc/apache2/httpd.conf
|
COPY httpd.conf /etc/apache2/httpd.conf
|
||||||
|
|
Loading…
Reference in a new issue