From de6a262625d942fbd4cfe6685d9e15bd63ab73ef Mon Sep 17 00:00:00 2001 From: nonylene Date: Sun, 31 Dec 2023 22:28:47 +0900 Subject: [PATCH] Fix dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9fbb718..a3c79aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ WORKDIR /app ENV PYTHONUNBUFFERED=1 ENV POETRY_VIRTUALENVS_IN_PROJECT=true +RUN apt update && apt install -y libxml2-dev libxslt1-dev + RUN pip install poetry COPY ./poetry.lock ./pyproject.toml /app/