[ci skip] README

This commit is contained in:
Aleksander Cynarski 2021-03-28 20:57:52 +02:00
parent 71a342aa6a
commit 4fd376b328
Signed by: paramah
GPG Key ID: C4340BA42B9C173A

View File

@ -1,76 +1,3 @@
# PHP 7.4 (nginx, fpm, supervisord) # PHP 7.4/7.3/7.2 (nginx, fpm, supervisord)
New base. New base.
# All extension
```
# Install dockerize
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& docker-php-ext-install -j$(nproc) \
bcmath \
bz2 \
calendar \
ctype \
curl \
dba \
dom \
enchant \
exif \
ffi \
fileinfo \
filter \
ftp \
gd \
gettext \
gmp \
hash \
iconv \
imap \
intl \
json \
ldap \
mbstring \
mysqli \
oci8 \
odbc \
opcache \
pcntl \
pdo \
pdo_dblib \
pdo_firebird \
pdo_mysql \
pdo_oci \
pdo_odbc \
pdo_pgsql \
pdo_sqlite \
pgsql \
phar \
posix \
pspell \
readline \
reflection \
session \
shmop \
simplexml \
snmp \
soap \
sockets \
sodium \
spl \
standard \
sysvmsg \
sysvsem \
sysvshm \
tidy \
tokenizer \
xml \
xmlreader \
xmlrpc \
xmlwriter \
xsl \
zend_test \
zip
```