diff options
Diffstat (limited to 'Dockerfile.armhf')
-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 |