Copy over hidden files in install_resource_dir
Previously, when using the 'install_resource_dir' function hidden files were not copied over. This resulted in problems when rebuilding specific docker images. This commit fixes the issue.
This commit is contained in:
parent
a76a4d3a0d
commit
77a9842db7
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
shopt -s dotglob
|
||||||
|
|
||||||
# This is a library file.
|
# This is a library file.
|
||||||
# It should be 'source'd only, if it is not we bail out here.
|
# It should be 'source'd only, if it is not we bail out here.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue