mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
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
This commit is contained in:
@ -40,7 +40,7 @@ repository with the following content:
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# We need to install dependencies only for Docker
|
# We need to install dependencies only for Docker
|
||||||
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0
|
[[ ! -e /.dockerenv ]] && exit 0
|
||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user