From d68edc0ff2f087e7cae1a250fcf76899e62a0db4 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Tue, 11 Dec 2018 12:21:52 +0100
Subject: [PATCH] ubuntu18.04: Add linuxqtdeploy

---
 ubuntu18.04/base/Dockerfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ubuntu18.04/base/Dockerfile b/ubuntu18.04/base/Dockerfile
index 7a4ac03..1289f5a 100644
--- a/ubuntu18.04/base/Dockerfile
+++ b/ubuntu18.04/base/Dockerfile
@@ -50,14 +50,14 @@ RUN apt-get install -y \
         libcgal-dev \
         libcgal-qt5-dev \
         libjsoncpp-dev \
-        libwebsocketpp-dev
-
-RUN apt-get install -y \
+        libwebsocketpp-dev \
         python3 \
         python3-dev \
         python3-pip \
         python3-setuptools \
-        python3-distutils
+        python3-distutils && \
+    curl -sSL -o /usr/local/bin/linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage && \
+    chmod +x /usr/local/bin/linuxdeployqt
 
 RUN python3.6 -m pip --no-cache-dir install \
         graphviz \
-- 
GitLab