0
0
mirror of https://github.com/python-LimeReport/containers.git synced 2024-12-23 16:23:00 +03:00
This commit is contained in:
Maxim Slipenko 2024-03-18 12:14:33 +03:00
parent 9f51eb0c3b
commit 6aff051794

View File

@ -5,6 +5,10 @@ source "$HOME/.bashrc"
# check is x86
if [[ "$(uname -m)" == "x86_64" ]]; then
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
p7zip-full \
&& rm -rf /var/lib/apt/lists/*
aqt install-qt --outputdir /opt/Qt linux desktop ${QT_VERSION}
else
apt-get update && \