Залил файлы

This commit is contained in:
Linux User 2021-05-24 17:42:05 +05:00
parent 020e84da9c
commit bc7cb5c3fc
5 changed files with 208 additions and 1 deletions

29
phpfpm/Dockerfile1 Normal file
View file

@ -0,0 +1,29 @@
FROM alpine:3.13
EXPOSE 9000
RUN apk update && apk add --no-cache \
php7 \
php7-bcmath \
php7-ctype \
php7-curl \
php7-dom \
php7-fileinfo \
php7-gd \
php7-gmp \
php7-iconv \
php7-intl \
php7-json \
php7-mbstring \
php7-openssl \
php7-pcntl \
php7-pdo_pgsql \
php7-pgsql \
php7-posix \
php7-session \
php7-simplexml \
php7-xml \
php7-xmlreader \
php7-xmlwriter \
php7-zip \