Skip to content

Commit

Permalink
Add libbz2-dev in the php container
Browse files Browse the repository at this point in the history
  • Loading branch information
whitehara committed Jan 16, 2024
1 parent a81de90 commit facb6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function build_php () {
(cd php; git reset --hard; git pull https://github.com/docker-library/php/ master)
# Modify Dockerfile
sed -i -e "s/\(--with-apxs2\)/\1 --enable-zts --disable-zend-signals --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --with-bz2 /g" \
-e "s/\(zlib1g-dev\)/\1 libbz2-dev/g" \
-e "s/\(gnupg\)/\1 aria2/g" \
-e "s/curl -fsSL/aria2c -x8/g" \
$PHP_DIR/Dockerfile
Expand Down

0 comments on commit facb6b9

Please sign in to comment.