From 30e0c58d1dd851a00bf7decc6182e3948c10a545 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 9 Apr 2020 13:52:59 -0400 Subject: [PATCH] Remove nginx-common package * I don't think we need it at all --- image/base/install-nginx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/base/install-nginx b/image/base/install-nginx index 0211234..1b68e55 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -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... -- 2.25.1