mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
libxml2 _ libxslt
This commit is contained in:
parent
6577f5119b
commit
b43689c809
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue