Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2019-12-24 16:18:18 -06:00
parent b2671a23bc
commit 6b0e115e5b

View file

@ -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