Skip to content

Commit

Permalink
Balance quotes as requred by podman 4.9.4 (MISP#109)
Browse files Browse the repository at this point in the history
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"
  • Loading branch information
olekristoffer authored Aug 13, 2024
1 parent f96b1d2 commit a3fd00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3fd00a

Please sign in to comment.