From 1776013191ee046e914c01ba2acca238a452b7e5 Mon Sep 17 00:00:00 2001
From: Alberto Nidasio <nidasioalberto@gmail.com>
Date: Thu, 11 Jul 2024 22:09:00 +0200
Subject: [PATCH] Added missing python dependency

---
 Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 83707fc..9707cb8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,6 +10,9 @@ RUN apt-get install -y git
 RUN apt-get install -y build-essential
 RUN apt-get install -y cppcheck
 
+# Install python dependensices
+RUN python3 -m pip install packaging
+
 # Install aqt
 RUN python3 -m pip install aqtinstall
 
-- 
GitLab