X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile.armhf;fp=Dockerfile.armhf;h=c7eefc13f84178a03ab3e40a734d52800783933e;hb=0b0694064cfaa262b29d12a5b31fcee23b792934;hp=d1bf64d571c7b4476798554304fac40293bf73fa;hpb=e14d47cc55bdceb4c5ecd43ddf2cdcfa6dadc87b;p=github%2Fshaarli%2FShaarli.git diff --git a/Dockerfile.armhf b/Dockerfile.armhf index d1bf64d5..c7eefc13 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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