php:7.4
This commit is contained in:
@@ -14,7 +14,7 @@ RUN apt-get install -y --no-install-recommends \
|
||||
zlib1g-dev libicu-dev g++ \
|
||||
libldap2-dev libbz2-dev \
|
||||
curl libcurl4-openssl-dev \
|
||||
libenchant-dev libgmp-dev firebird-dev libib-util \
|
||||
libenchant-2-dev libgmp-dev firebird-dev libib-util \
|
||||
re2c libpng++-dev \
|
||||
libwebp-dev libjpeg-dev libjpeg62-turbo-dev libpng-dev libxpm-dev libvpx-dev libfreetype6-dev \
|
||||
libmagick++-dev \
|
||||
@@ -36,12 +36,13 @@ RUN ln -s /usr/lib/x86_64-linux-gnu/libsybdb.so /usr/lib/
|
||||
RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
|
||||
docker-php-ext-install imap iconv
|
||||
|
||||
RUN docker-php-ext-install bcmath bz2 calendar ctype curl dba dom enchant
|
||||
RUN docker-php-ext-install bcmath bz2 calendar ctype curl dba dom
|
||||
#enchant
|
||||
RUN docker-php-ext-install fileinfo exif ftp gettext gmp
|
||||
RUN docker-php-ext-install intl json ldap mbstring mysqli
|
||||
RUN docker-php-ext-install opcache pcntl pspell
|
||||
RUN docker-php-ext-install pdo pdo_dblib pdo_mysql pdo_pgsql pdo_sqlite pgsql phar posix
|
||||
RUN docker-php-ext-install readline
|
||||
#RUN docker-php-ext-install readline
|
||||
RUN docker-php-ext-install session shmop simplexml soap sockets sodium
|
||||
RUN docker-php-ext-install sysvmsg sysvsem sysvshm
|
||||
# RUN docker-php-ext-install snmp
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,17 +1,15 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
php73:
|
||||
php74:
|
||||
image: registry.chiefsoft.net/php-fpm:7.4
|
||||
build:
|
||||
context: ./
|
||||
platforms:
|
||||
- "linux/amd64"
|
||||
dockerfile: Dockerfile
|
||||
depends_on:
|
||||
- redis
|
||||
hostname: php73
|
||||
container_name: php73
|
||||
hostname: php72
|
||||
container_name: php72
|
||||
volumes:
|
||||
- ./configs:/cfgs
|
||||
env_file: .env
|
||||
|
||||
redis:
|
||||
image: redis:latest
|
||||
|
||||
Reference in New Issue
Block a user