Add jq for git hooks
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
6b0e115e5b
commit
73490f25a7
1 changed files with 10 additions and 1 deletions
11
Dockerfile
11
Dockerfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue