Do not double install nginx
This commit is contained in:
parent
f2b210f4df
commit
f9bcc99d8c
1 changed files with 1 additions and 2 deletions
3
manifest
3
manifest
|
@ -57,8 +57,7 @@ require="__apt_source/dotdeb" __apt_update_index
|
|||
# Install packages
|
||||
for package in php7.0-common php7.0-gd php7.0-json php7.0-pgsql php7.0-curl \
|
||||
php7.0-intl php7.0-mcrypt php7.0-imagick \
|
||||
php7.0-zip php7.0-apcu php7.0-mbstring php7.0-xml php7.0-fpm \
|
||||
nginx
|
||||
php7.0-zip php7.0-apcu php7.0-mbstring php7.0-xml php7.0-fpm;
|
||||
do require="__apt_update_index" __package $package --state=present
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue