M
Size: a a a
M
M
ВС
ВС
M
M
V
FROM php:7.2
RUN apt-get update
RUN apt-get install -y unzip git libpq-dev
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN docker-php-ext-install pdo_pgsql
WORKDIR /app
M
V
M
ВС
V
M
M
ВС
V
M
M
M
ВС