From 0d52ce22a9bf1d19a4c5590dd17f7f80abb3b6aa Mon Sep 17 00:00:00 2001 From: Richard Weickelt Date: Thu, 15 Aug 2019 07:22:02 +0200 Subject: Switch to Qt installer script in Docker container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the official packages instead of compiling Qt ourselves. This simplifies the Docker image a lot. For accessing the script folder, the Docker context needs to change to the root directory. Thus, we need a .dockerignore file to keep the size of the context low. Change-Id: I58ec8f364feba955518f1eaf5bff234332ae8dec Reviewed-by: Jörg Bornemann --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .dockerignore (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..a949bb5a2 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +* +!docker/* +!scripts/* -- cgit v1.2.3