mirror of
https://github.com/python-LimeReport/devcontainer.git
synced 2024-12-23 22:53:00 +03:00
Update Dockerfile
This commit is contained in:
parent
87165eff5d
commit
e97eb974e1
@ -24,7 +24,8 @@ 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}
|
RUN /bin/bash -c 'source /etc/profile && \
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user