4 lines
97 B
Docker
4 lines
97 B
Docker
FROM php:7.3-fpm
|
|
|
|
RUN docker-php-ext-install mysqli pdo openssl mbstring tokenizer curl json gmp
|