3 lines
56 B
Plaintext
3 lines
56 B
Plaintext
|
FROM php:7-fpm-alpine
|
||
|
RUN docker-php-ext-install mysqli
|