Browse Source

uwsgi requires libxml2

David Burke 4 years ago
parent
commit
2b2bd6494d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -13,6 +13,8 @@ RUN poetry install --no-interaction --no-ansi $(test "$IS_CI" = "True" && echo "
 
 FROM python:3.9-slim
 
+RUN apt-get update && apt-get install -y libxml2 && apt-get clean && rm -rf /var/lib/apt/lists/*
+
 WORKDIR /code
 
 COPY --from=build-python /usr/local/lib/python3.9/site-packages/ /usr/local/lib/python3.9/site-packages/