0
0
mirror of https://github.com/python-LimeReport/containers.git synced 2025-10-15 15:39:12 +03:00
This commit is contained in:
2024-06-11 08:33:23 +03:00
parent 106621a204
commit c8c7623b5e
2 changed files with 6 additions and 0 deletions

View File

@@ -46,6 +46,11 @@ RUN mkdir /opt/python \
&& ln -s /usr/local/bin/python3 /usr/local/bin/python \
&& ln -s /usr/local/bin/pip3 /usr/local/bin/pip
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
libxslt1.1 \
&& rm -rf /var/lib/apt/lists/*
ENV PATH="/opt/Qt/${QT_VERSION}/bin:$PATH"
ENV LD_LIBRARY_PATH="/opt/Qt/${QT_VERSION}/lib"
ENV PYTHON_VERSION=${PYTHON_VERSION}