aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile.armhf
diff options
context:
space:
mode:
authorAgurato <mail.vmonot@gmail.com>2019-06-02 12:57:33 +0200
committerAgurato <mail.vmonot@gmail.com>2019-06-02 12:57:33 +0200
commit0b0694064cfaa262b29d12a5b31fcee23b792934 (patch)
tree2408b979dccb2bd3b8a8d95d6fedec5656593b52 /Dockerfile.armhf
parente14d47cc55bdceb4c5ecd43ddf2cdcfa6dadc87b (diff)
downloadShaarli-0b0694064cfaa262b29d12a5b31fcee23b792934.tar.gz
Shaarli-0b0694064cfaa262b29d12a5b31fcee23b792934.tar.zst
Shaarli-0b0694064cfaa262b29d12a5b31fcee23b792934.zip
Fix armhf Dockerfile
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