Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WebP support #32

Closed
harryhorton opened this issue Apr 13, 2019 · 3 comments
Closed

Add WebP support #32

harryhorton opened this issue Apr 13, 2019 · 3 comments

Comments

@harryhorton
Copy link

Please include support for WebP. Since docker-php-ext-configure gd is run in this image before being used by Laradock's php-fpm docker image within the repo, it'd be helpful to include webp as an option here.

This is what I reran in the other dockerfile to get webp support added.

RUN docker-php-ext-configure gd \
  --enable-gd-native-ttf \
  --with-jpeg-dir=/usr/lib \
  --with-webp-dir=/usr/lib \
  --with-freetype-dir=/usr/include/freetype2 && \
  docker-php-ext-install gd```
@qiuyimo
Copy link

qiuyimo commented Jan 10, 2020

Please add --with-webp-dir=/usr/lib.

@Trixpua
Copy link

Trixpua commented May 3, 2020

Any news about this issue?

@tmtung144
Copy link

up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants