Fix php-docker example (for new docker versions)

[ci skip]
This commit is contained in:
Tomasz Maczukin
2016-04-25 11:35:33 +02:00
parent 2eee6a0cbc
commit c55f517719
+1 -1
View File
@@ -40,7 +40,7 @@ repository with the following content:
#!/bin/bash
# We need to install dependencies only for Docker
[[ ! -e /.dockerinit ]] && exit 0
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0
set -xe