Fix prepare build execution in docker environment

This commit is contained in:
Tomasz Maczukin 2016-04-19 11:57:10 +02:00
parent 161a419e3c
commit b3a5f63644
No known key found for this signature in database
GPG key ID: 7E9EB2E4B0F625CD

View file

@ -11,7 +11,7 @@ retry() {
return 1
}
if [ -f /.dockerinit ]; then
if [ -f /.dockerenv ] || [ -f ./dockerinit ]; then
mkdir -p vendor
# Install phantomjs package