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.
This commit is contained in:
Micah Snyder 2021-09-02 03:16:36 -07:00 committed by Micah Snyder
parent d6cf310c08
commit 62fb91cb54

View file

@ -1,10 +1,5 @@
build/ build/
configure.ac
COPYING*
examples/ examples/
INSTALL* INSTALL*
Jenkinsfile Jenkinsfile
Makefile.am
m4/
README.md
win32/ win32/