diff --git a/DockerfileLinux b/DockerfileLinux
index 9b2e771833c8b3115f859ecd16a6684f542f6bd6..8268522550771459da0125ab21666fe927f3ce99 100644
--- a/DockerfileLinux
+++ b/DockerfileLinux
@@ -38,6 +38,11 @@ RUN apt-get install -y libegl1
 RUN apt-get install -y mesa-common-dev
 RUN apt-get install -y libglu1-mesa-dev
 RUN apt-get install -y libglib2.0-0
+RUN apt-get install -y fontconfig
+RUN apt-get install -y libxcb-cursor0
+RUN apt-get install -y libxcb-shape0
+RUN apt-get install -y libdbus-1-3
+RUN apt-get install -y libcups2
 
 # Install aqt
 RUN python -m pip install aqtinstall