forked from kamba4/sunders
4 lines
94 B
Text
4 lines
94 B
Text
FROM docker.io/library/php:cli
|
|
|
|
RUN docker-php-ext-install mysqli bcmath
|
|
COPY ./utils/* /opt/
|