Fix prepare build execution in docker environment
This commit is contained in:
parent
161a419e3c
commit
b3a5f63644
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ retry() {
|
|||
return 1
|
||||
}
|
||||
|
||||
if [ -f /.dockerinit ]; then
|
||||
if [ -f /.dockerenv ] || [ -f ./dockerinit ]; then
|
||||
mkdir -p vendor
|
||||
|
||||
# Install phantomjs package
|
||||
|
|
Loading…
Reference in a new issue