1
0
mirror of https://github.com/python-LimeReport/devcontainer.git synced 2025-11-12 19:21:23 +03:00
This commit is contained in:
2023-07-18 10:49:19 +03:00
parent d6e10cd644
commit fd1a05473a
2 changed files with 27 additions and 6 deletions

View File

@@ -25,9 +25,8 @@ RUN . /extra.sh && \
ghcr.io/devcontainers-contrib/features/pipx-package:1 \
--option package="aqtinstall" \
--option version="${AQTINSTALL}" && \
rm /nanolayer
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
rm /nanolayer && \
switch_gcc_version
RUN /bin/bash -c 'source /etc/profile && \
aqt install --outputdir /opt/qt ${QT} ${QT_HOST} ${QT_TARGET} ${QT_ARCH} -m ${QT_MODULES}'