fix(docs): fixed documentation building (i think)
Some checks failed
Pylint / Pylint (3.11) (push) Waiting to run
Build Documentation / Build (push) Has been cancelled

This commit is contained in:
Seaswimmer 2024-01-05 13:09:22 +00:00
parent 2663ee6134
commit 5ca2de544b
Signed by: cswimr
GPG key ID: D74DDDDF420E13DF

View file

@ -2,13 +2,13 @@ from python:3.11
RUN pip install --upgrade pip poetry
COPY pyproject.toml poetry.lock /
RUN apt install -y /
libcairo2-dev /
libfreetype6-dev /
libjpeg-dev /
libffi-dev /
libpng-dev /
libz-dev /
RUN apt-get update && apt-get install -y \
libcairo2-dev \
libfreetype6-dev \
libjpeg-dev \
libffi-dev \
libpng-dev \
libz-dev \
pngquant
RUN poetry config virtualenvs.create false
RUN poetry install -n --with docs