Skip to content
Snippets Groups Projects
Commit b09af022 authored by Premas's avatar Premas
Browse files

No commit message

No commit message
parent 7675d491
No related branches found
No related tags found
No related merge requests found
Pipeline #12021 passed with stage
in 27 minutes and 6 seconds
...@@ -59,14 +59,15 @@ RUN apt-get update && apt-get install -y \ ...@@ -59,14 +59,15 @@ RUN apt-get update && apt-get install -y \
#RUN apt-get update #RUN apt-get update
#RUN apt-get install -y qt6-base-dev #RUN apt-get install -y qt6-base-dev
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
qt5-default \ qtbase5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
libqt5x11extras5 \ libqt5x11extras5 \
libqt5gui5 \ libqt5gui5 \
libqt5widgets5 \ libqt5widgets5 \
libqt5core5a libqt5core5a \
&& rm -rf /var/lib/apt/lists/*
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment