BigW Consortium Gitlab

Commit 48d89919 by Sam Carrington

Update php.md - /.dockerinit was removed in v1.11 so the test always results in…

Update php.md - /.dockerinit was removed in v1.11 so the test always results in an early exit https://github.com/docker/docker/pull/19490
parent 9e8df307
......@@ -40,7 +40,7 @@ repository with the following content:
#!/bin/bash
# We need to install dependencies only for Docker
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0
[[ ! -e /.dockerenv ]] && exit 0
set -xe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment