Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 98d353e

Browse files
dsanders11oschaaf
authored andcommitted
Add wget as dependency for Debian-based distros in build script (#1553)
1 parent 343851a commit 98d353e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_ngx_pagespeed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ add support for dynamic modules in a way compatible with ngx_pagespeed until
494494
status "Detected debian-based distro."
495495

496496
install_dependencies "apt-get install ${INSTALL_FLAGS}" debian_is_installed \
497-
build-essential zlib1g-dev libpcre3 libpcre3-dev unzip uuid-dev
497+
build-essential zlib1g-dev libpcre3 libpcre3-dev unzip wget uuid-dev
498498

499499
if gcc_too_old; then
500500
if [ ! -e /usr/lib/gcc-mozilla/bin/gcc ]; then

0 commit comments

Comments
 (0)