From 87165eff5d55389b38eb122877d4520be2106b7b Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Mon, 17 Jul 2023 12:58:21 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4de3781..134be09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN curl -sfL https://github.com/devcontainers-contrib/nanolayer/releases/downlo --option version="${AQTINSTALL}" && \ rm /nanolayer +RUN aqt install --outputdir /opt/qt ${QT} ${QT_HOST} ${QT_TARGET} ${QT_ARCH} -m ${QT_MODULES} ENV TZ=America/Los_Angeles RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone @@ -34,7 +35,6 @@ ENV PATH /opt/qt/${QT}/gcc_64/bin:$PATH ENV PYSIDE6_INSTALL_DIR "/home/vscode/pyside-setup/build/qfp-py${PYTHON}-qt${QT}-64bit-release/install" RUN /bin/bash -c 'source /etc/profile && \ -aqt install --outputdir /opt/qt ${QT} ${QT_HOST} ${QT_TARGET} ${QT_ARCH} -m ${QT_MODULES} && \ cd $HOME && \ git clone -b ${QT} https://code.qt.io/pyside/pyside-setup.git && \ cd pyside-setup && \