mirror of
https://github.com/python-LimeReport/containers.git
synced 2024-12-23 16:23:00 +03:00
try fix
This commit is contained in:
parent
106621a204
commit
c8c7623b5e
1
.github/workflows/manylinux.yml
vendored
1
.github/workflows/manylinux.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
|||||||
file: ${{ matrix.image }}/Dockerfile
|
file: ${{ matrix.image }}/Dockerfile
|
||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
push: true
|
push: true
|
||||||
|
cache-from: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }}
|
||||||
tags: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }}
|
tags: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }}
|
||||||
build-args: |
|
build-args: |
|
||||||
PYTHON_VERSION=${{ matrix.python }}
|
PYTHON_VERSION=${{ matrix.python }}
|
||||||
|
@ -46,6 +46,11 @@ RUN mkdir /opt/python \
|
|||||||
&& ln -s /usr/local/bin/python3 /usr/local/bin/python \
|
&& ln -s /usr/local/bin/python3 /usr/local/bin/python \
|
||||||
&& ln -s /usr/local/bin/pip3 /usr/local/bin/pip
|
&& 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 PATH="/opt/Qt/${QT_VERSION}/bin:$PATH"
|
||||||
ENV LD_LIBRARY_PATH="/opt/Qt/${QT_VERSION}/lib"
|
ENV LD_LIBRARY_PATH="/opt/Qt/${QT_VERSION}/lib"
|
||||||
ENV PYTHON_VERSION=${PYTHON_VERSION}
|
ENV PYTHON_VERSION=${PYTHON_VERSION}
|
Loading…
Reference in New Issue
Block a user