From 91e204e382d6fff654e4f7fae1daf6e02122a9b5 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Sun, 29 Apr 2018 10:58:56 +0200 Subject: adds Qt5 private headers [skip ci] Signed-off-by: Alexis Jeandet --- ciimage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile index 8573367..73f1495 100644 --- a/ciimage/Dockerfile +++ b/ciimage/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:artful RUN apt-get -y update && apt-get -y upgrade \ && apt-get -y install git wget unzip \ && apt-get -y build-dep meson \ -&& apt-get -y install qt5-default clang \ +&& apt-get -y install qt5-default qtbase5-private-dev clang \ && apt-get -y install pkg-config-arm-linux-gnueabihf g++-7-arm-linux-gnueabihf \ && apt-get -y install doxygen \ && apt-get -y install python3-pip libxml2-dev libxslt1-dev cmake libyaml-dev \ -- cgit v1.1