aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2019-08-15 07:22:02 +0200
committerRichard Weickelt <richard@weickelt.de>2019-08-23 13:09:43 +0000
commit0d52ce22a9bf1d19a4c5590dd17f7f80abb3b6aa (patch)
tree26ccee167aacdcc3757f3b0869bf0d16f0f0c423 /.dockerignore
parent45875ba07926bfb5b60b4604bb9b39dc3abdd474 (diff)
Switch to Qt installer script in Docker container
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 <joerg.bornemann@qt.io>
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 000000000..a949bb5a2
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,3 @@
+*
+!docker/*
+!scripts/*