]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix armhf Dockerfile
authorAgurato <mail.vmonot@gmail.com>
Sun, 2 Jun 2019 10:57:33 +0000 (12:57 +0200)
committerAgurato <mail.vmonot@gmail.com>
Sun, 2 Jun 2019 10:57:33 +0000 (12:57 +0200)
Dockerfile.armhf

index d1bf64d571c7b4476798554304fac40293bf73fa..c7eefc13f84178a03ab3e40a734d52800783933e 100644 (file)
@@ -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