Skip to content

Commit

Permalink
Modify Github Actions to add --with-bz2
Browse files Browse the repository at this point in the history
  • Loading branch information
whitehara committed Jan 17, 2024
1 parent facb6b9 commit e2d6d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
id: modify-php
run: |
sed -i \
-e "s/\(--with-apxs2\)/\1 --enable-zts --disable-zend-signals --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data /g" \
-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/${{ steps.vercheck-php.outputs.version }}/${{ steps.vercheck-php.outputs.debian }}/${{ steps.vercheck-php.outputs.app }}/Dockerfile
Expand Down

0 comments on commit e2d6d98

Please sign in to comment.