From b09af0224ee0e8813b8f7df02bcec57171e776e4 Mon Sep 17 00:00:00 2001 From: Premas <prema.cse11@gmail.com> Date: Fri, 8 Nov 2024 16:46:38 +0000 Subject: [PATCH] --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1873c41..f9aaee5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,14 +59,15 @@ RUN apt-get update && apt-get install -y \ #RUN apt-get update #RUN apt-get install -y qt6-base-dev + RUN apt-get update && apt-get install -y \ - qt5-default \ + qtbase5-dev \ qttools5-dev-tools \ libqt5x11extras5 \ libqt5gui5 \ libqt5widgets5 \ - libqt5core5a - + libqt5core5a \ + && rm -rf /var/lib/apt/lists/* RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 -- GitLab