From 4645d43c6cd1e81578220997e08d3d76e75b4d94 Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Sun, 23 May 2021 01:10:53 +0100 Subject: [PATCH] Second try on the deps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c05934..b3bca7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:alpine ADD requirements.txt / ADD hugo-encryptor.py / -RUN apk add --update libxslt libxml2 libxml2-dev && \ +RUN apk add --update libxslt-dev libxml2-dev && \ rm -rf /var/cache/apk/* RUN pip install --no-cache-dir -r /requirements.txt