From 93094ad0bbbaa8a9a3d506664760c7c476a2a89d Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Sun, 23 May 2021 16:55:12 +0100 Subject: [PATCH] don't need -r --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9045b84..7c7ac2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ COPY hugo_enc /hugoenc/ RUN apk add --update libxslt-dev libxml2-dev gcc musl-dev && \ rm -rf /var/cache/apk/* -RUN cd /hugoenc && pip install --no-cache-dir -r . +RUN cd /hugoenc && pip install --no-cache-dir .