5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
FROM tangramor/nginx-php8-fpm
|
|
|
|
# Install GD library
|
|
RUN docker-php-ext-install gd
|