From b43689c8092fb0859ef129ce28c01a7f1e558076 Mon Sep 17 00:00:00 2001 From: Hayden Date: Sat, 16 Jan 2021 22:01:32 -0900 Subject: [PATCH] libxml2 _ libxslt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0d04b605..3d7cb0f1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ FROM mrnr91/uvicorn-gunicorn-fastapi:python3.8-slim WORKDIR /app RUN apt-get update -y && \ - apt-get install -y python-pip python-dev git curl --no-install-recommends && \ + apt-get install -y python-pip python-dev git curl libxml2-dev libxslt-dev --no-install-recommends && \ rm -rf /var/lib/apt/lists/* && \ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && \ cd /usr/local/bin && \