Skip to content

Commit

Permalink
Update cecil-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny authored Nov 2, 2024
1 parent f1aae99 commit b0aff9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cecil-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ case $RUNNING_ON in
yum install php php-{cli,mbstring,dom,xml,intl,gettext,gd,imagick,sodium}
if [ "$VERCEL_INSTALL_OPTIM" = "true" ]; then
echo "Installing images optimization libraries..."
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install https://extras.getpagespeed.com/release-latest.rpm
yum install jpegoptim
yum install pngquant
yum install gifsicle
Expand Down

0 comments on commit b0aff9d

Please sign in to comment.