Skip to content

Commit

Permalink
Remove nginx-common package
Browse files Browse the repository at this point in the history
* I don't think we need it at all
  • Loading branch information
Supermathie authored and xfalcox committed Apr 9, 2020
1 parent 8962029 commit 30e0c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/base/install-nginx
Expand Up @@ -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...
Expand Down

0 comments on commit 30e0c58

Please sign in to comment.