3 lines
49 B
Docker
3 lines
49 B
Docker
FROM php:7-fpm
|
|
RUN docker-php-ext-install mysqli
|
FROM php:7-fpm
|
|
RUN docker-php-ext-install mysqli
|