Merge pull request #5260 from lwj5/patch-2
Prevent chrome download chrome in Docker
This commit is contained in:
commit
3c41069d28
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"if [ '${IS_DOCKER:-false}' != 'true' ]; then vendor/bin/snappdf download; fi"
|
||||
"if [ \"${IS_DOCKER:-false}\" != \"true\" ]; then vendor/bin/snappdf download; fi"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"vendor/bin/snappdf download"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue