From d12e4230b7f5ec557819d10efaf00a40e028b4cc Mon Sep 17 00:00:00 2001 From: erxspin Date: Thu, 23 Feb 2017 02:15:34 +0600 Subject: [PATCH] added apt-get update after adding php7.0* repository source --- debian/resources/nginx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/resources/nginx.sh b/debian/resources/nginx.sh index 6641239..7476acd 100755 --- a/debian/resources/nginx.sh +++ b/debian/resources/nginx.sh @@ -28,6 +28,7 @@ else wget -O - https://www.dotdeb.org/dotdeb.gpg | apt-key add - fi fi +apt-get update #install dependencies apt-get install -y nginx php7.0 php7.0-cli php7.0-fpm php7.0-pgsql php7.0-sqlite3 php7.0-odbc php7.0-curl php7.0-imap php7.0-mcrypt php7.0-xml