Dockerfile 242 Bytes
FROM php:7.3.9-apache
COPY php.ini /usr/local/etc/php/
RUN apt-get update && apt-get install -y \
  git vim unzip \
  && apt-get clean \
  && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer