FROM docker.io/library/php:cli RUN docker-php-ext-install mysqli bcmath COPY ./utils/* /opt/ COPY ./data_init/*.sql /opt/init/init.sql