Add jq for git hooks

Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2019-12-24 19:20:48 -06:00
parent 6b0e115e5b
commit 73490f25a7

View file

@ -1,6 +1,15 @@
FROM alpine:latest
RUN apk add git apache2 openssh cgit py3-markdown py3-pygments curl vim
RUN apk add \
git \
apache2 \
openssh \
cgit \
py3-markdown \
py3-pygments \
curl \
vim \
jq
COPY sshd_config /sshd_config
COPY httpd.conf /etc/apache2/httpd.conf