mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
install-php-extensions: 3856: !grep: not found (#709)
This commit is contained in:
parent
80d21832a3
commit
93c7e386e8
1 changed files with 1 additions and 1 deletions
|
@ -3853,7 +3853,7 @@ invokeAptGetUpdate() {
|
|||
return
|
||||
fi
|
||||
IPE_APTGET_INSTALLOPTIONS=''
|
||||
if !grep -q 'VERSION="8 (jessie)"' /etc/os-release; then
|
||||
if ! grep -q 'VERSION="8 (jessie)"' /etc/os-release; then
|
||||
DEBIAN_FRONTEND=noninteractive apt-get update -q
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue