Blame view

php/Dockerfile 242 Bytes
Yokihito Oki committed
1 2 3 4 5 6
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