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-10 10:46:52 +03:00
parent a7fbddcdad
commit 49a59eb5f2
3 changed files with 112 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ RUN yum -y update \
&& yum clean all \
&& rm -rf /var/cache/yum
ARG AQTINSTALL_VERSION=3.1.6
ARG AQTINSTALL_VERSION=3.1.15
ARG QT_VERSION=6.4.2
RUN pipx install aqtinstall==${AQTINSTALL_VERSION} \