X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile;h=e2ff71fde5971c7803b6b8d60d498765b4680116;hb=881bd96f151f9eefdac6264e432e573a657fc82b;hp=f05cf3a45ccbdb360bcb29adf370f88d46b1043c;hpb=67d4029feeb4dbb0fff7b6d7228270b0c2388b9f;p=github%2Fshaarli%2FShaarli.git diff --git a/Dockerfile b/Dockerfile index f05cf3a4..e2ff71fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM python:3-alpine as docs ADD . /usr/src/app/shaarli RUN cd /usr/src/app/shaarli \ + && apk add --no-cache gcc musl-dev \ && pip install --no-cache-dir mkdocs \ && mkdocs build --clean