From 62fb91cb54106c9a7882fbcc62708abbe5de4e1a Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 2 Sep 2021 03:16:36 -0700 Subject: [PATCH] Docker: Fix build after CMake/CPack changes Remove the README and COPYING entries from the .dockerignore file. These are now required by CPack for the build to succeed. Also removed the autotools entries, since they no longer exist. --- .dockerignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.dockerignore b/.dockerignore index d4163e9ca..3ea16123e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,10 +1,5 @@ build/ -configure.ac -COPYING* examples/ INSTALL* Jenkinsfile -Makefile.am -m4/ -README.md win32/