Fix armhf Dockerfile
This commit is contained in:
parent
e14d47cc55
commit
0b0694064c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# - Build documentation
|
||||
FROM arm32v6/alpine:3.8 as docs
|
||||
ADD . /usr/src/app/shaarli
|
||||
RUN apk --update --no-cache add py2-pip \
|
||||
RUN apk --update --no-cache add py2-pip \
|
||||
&& cd /usr/src/app/shaarli \
|
||||
&& pip install --no-cache-dir mkdocs \
|
||||
&& mkdocs build --clean
|
||||
|
|
Loading…
Reference in a new issue