mirror of
https://github.com/python-LimeReport/devcontainer.git
synced 2025-01-11 15:38:08 +03:00
Update Dockerfile
This commit is contained in:
parent
43b7d0851c
commit
87165eff5d
@ -24,6 +24,7 @@ RUN curl -sfL https://github.com/devcontainers-contrib/nanolayer/releases/downlo
|
|||||||
--option version="${AQTINSTALL}" && \
|
--option version="${AQTINSTALL}" && \
|
||||||
rm /nanolayer
|
rm /nanolayer
|
||||||
|
|
||||||
|
RUN aqt install --outputdir /opt/qt ${QT} ${QT_HOST} ${QT_TARGET} ${QT_ARCH} -m ${QT_MODULES}
|
||||||
|
|
||||||
ENV TZ=America/Los_Angeles
|
ENV TZ=America/Los_Angeles
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
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"
|
ENV PYSIDE6_INSTALL_DIR "/home/vscode/pyside-setup/build/qfp-py${PYTHON}-qt${QT}-64bit-release/install"
|
||||||
|
|
||||||
RUN /bin/bash -c 'source /etc/profile && \
|
RUN /bin/bash -c 'source /etc/profile && \
|
||||||
aqt install --outputdir /opt/qt ${QT} ${QT_HOST} ${QT_TARGET} ${QT_ARCH} -m ${QT_MODULES} && \
|
|
||||||
cd $HOME && \
|
cd $HOME && \
|
||||||
git clone -b ${QT} https://code.qt.io/pyside/pyside-setup.git && \
|
git clone -b ${QT} https://code.qt.io/pyside/pyside-setup.git && \
|
||||||
cd pyside-setup && \
|
cd pyside-setup && \
|
||||||
|
Loading…
Reference in New Issue
Block a user