diff options
author | Agurato <mail.vmonot@gmail.com> | 2019-06-02 12:57:33 +0200 |
---|---|---|
committer | Agurato <mail.vmonot@gmail.com> | 2019-06-02 12:57:33 +0200 |
commit | 0b0694064cfaa262b29d12a5b31fcee23b792934 (patch) | |
tree | 2408b979dccb2bd3b8a8d95d6fedec5656593b52 | |
parent | e14d47cc55bdceb4c5ecd43ddf2cdcfa6dadc87b (diff) | |
download | Shaarli-0b0694064cfaa262b29d12a5b31fcee23b792934.tar.gz Shaarli-0b0694064cfaa262b29d12a5b31fcee23b792934.tar.zst Shaarli-0b0694064cfaa262b29d12a5b31fcee23b792934.zip |
Fix armhf Dockerfile
-rw-r--r-- | Dockerfile.armhf | 2 |
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 |
4 | FROM arm32v6/alpine:3.8 as docs | 4 | FROM arm32v6/alpine:3.8 as docs |
5 | ADD . /usr/src/app/shaarli | 5 | ADD . /usr/src/app/shaarli |
6 | RUN apk --update --no-cache add py2-pip \ | 6 | RUN 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 |