mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
5 lines
56 B
Text
5 lines
56 B
Text
|
|
|
||
|
|
FROM php:5.4-apache
|
||
|
|
|
||
|
|
RUN docker-php-ext-install mysqli
|