Remove nginx-common package
authorMichael Brown <supermathie@gmail.com>
Thu, 9 Apr 2020 17:52:59 +0000 (13:52 -0400)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Thu, 9 Apr 2020 17:58:32 +0000 (14:58 -0300)
* I don't think we need it at all

image/base/install-nginx

index 0211234238d71b6995bc277937e91b7d7acc47cd..1b68e554e86bb208feafa2d345b4246be9b78038 100755 (executable)
@@ -21,8 +21,8 @@ echo "$HASH nginx-$VERSION.tar.gz" | sha256sum -c
 tar zxf nginx-$VERSION.tar.gz
 cd nginx-$VERSION
 
-# nginx-common for boilerplate files etc.
-apt install -y nginx-common libpcre3 libpcre3-dev zlib1g zlib1g-dev
+# build dependencies
+apt install -y libpcre3 libpcre3-dev zlib1g zlib1g-dev
 
 cd /tmp
 # this is the reason we are compiling by hand...