Alvin
Alvin
I have the same problem but i use laravel 8x ```json { "message": "Image source not readable", "exception": "Intervention\\Image\\Exception\\NotReadableException", "file": "/var/www/html/vendor/intervention/image/src/Intervention/Image/AbstractDecoder.php", "line": 346 ... }
sorry but my dockerfile show `failed to solve with frontend dockerfile.v0: failed to create LLB definition: dockerfile parse error line 13: unknown instruction: LIBFREETYPE6-DEV` can you tell me libfreetype6-dev what...
and this is my dockerfile ```docker FROM php:7.4-fpm #RUN docker-php-ext-install redis \ # && docker-php-ext-install pdo pdo_mysql #ENV PHPREDIS_VERSION 5.0.0 $PHPREDIS_VERSION RUN apt-get update && apt-get install -y libfreetype6-dev libjpeg62-turbo-dev...
ok i fix it because zhe dockerfile need rewrites like this ```docker FROM php:7.4-fpm #RUN docker-php-ext-install redis \ # && docker-php-ext-install pdo pdo_mysql #ENV PHPREDIS_VERSION 5.0.0 $PHPREDIS_VERSION RUN apt-get update...
`str_finish is undefined` we need to use `Str::finish` to replace this function