aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile.armhf
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.armhf')
-rw-r--r--Dockerfile.armhf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.armhf b/Dockerfile.armhf
index d1bf64d5..c7eefc13 100644
--- a/Dockerfile.armhf
+++ b/Dockerfile.armhf
@@ -3,7 +3,7 @@
3# - Build documentation 3# - Build documentation
4FROM arm32v6/alpine:3.8 as docs 4FROM arm32v6/alpine:3.8 as docs
5ADD . /usr/src/app/shaarli 5ADD . /usr/src/app/shaarli
6RUN apk --update --no-cache add py2-pip \ 6RUN apk --update --no-cache add py2-pip \
7 && cd /usr/src/app/shaarli \ 7 && cd /usr/src/app/shaarli \
8 && pip install --no-cache-dir mkdocs \ 8 && pip install --no-cache-dir mkdocs \
9 && mkdocs build --clean 9 && mkdocs build --clean