aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f05cf3a4..f6120b71 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,7 @@
4FROM python:3-alpine as docs 4FROM python:3-alpine as docs
5ADD . /usr/src/app/shaarli 5ADD . /usr/src/app/shaarli
6RUN cd /usr/src/app/shaarli \ 6RUN cd /usr/src/app/shaarli \
7 && apk add --no-cache gcc musl-dev \
7 && pip install --no-cache-dir mkdocs \ 8 && pip install --no-cache-dir mkdocs \
8 && mkdocs build --clean 9 && mkdocs build --clean
9 10
@@ -43,6 +44,7 @@ RUN apk --update --no-cache add \
43 php7-openssl \ 44 php7-openssl \
44 php7-session \ 45 php7-session \
45 php7-xml \ 46 php7-xml \
47 php7-simplexml \
46 php7-zlib \ 48 php7-zlib \
47 s6 49 s6
48 50