From 0b0694064cfaa262b29d12a5b31fcee23b792934 Mon Sep 17 00:00:00 2001 From: Agurato Date: Sun, 2 Jun 2019 12:57:33 +0200 Subject: [PATCH] Fix armhf Dockerfile --- Dockerfile.armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index d1bf64d..c7eefc1 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