Залил файлы
This commit is contained in:
parent
020e84da9c
commit
bc7cb5c3fc
5 changed files with 208 additions and 1 deletions
29
phpfpm/Dockerfile1
Normal file
29
phpfpm/Dockerfile1
Normal 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 \
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue