diff --git a/Dockerfile b/Dockerfile
index 83707fc24b76de99daaa18ac1151f3237a084629..9707cb8b11c381a299f9e339e9a6f02cdece2fd7 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