mirror of https://github.com/MISP/misp-docker
Balance quotes as requred by podman 4.9.4 (#109)
Podman 4.9.4 requires all quotes to be balanced when processing heredoc build statements, including in comments. Without the change building the container yields the following ERROR: "unexpected end of statement while looking for matching single-quote"pull/116/head
parent
5ef80d3d0e
commit
eaba308269
|
@ -156,7 +156,7 @@ EOF
|
|||
find /var/www/MISP/INSTALL/* ! -name 'MYSQL.sql' -type l -exec rm {} +
|
||||
# Remove most files in .git - we do not use git functionality in docker
|
||||
find /var/www/MISP/.git/* ! -name HEAD -exec rm -rf {} +
|
||||
# Remove libraries' submodules
|
||||
# Remove libraries submodules
|
||||
rm -r /var/www/MISP/PyMISP
|
||||
rm -r /var/www/MISP/app/files/scripts/cti-python-stix2
|
||||
rm -r /var/www/MISP/app/files/scripts/misp-stix
|
||||
|
|
Loading…
Reference in New Issue