mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
#45 chore: use 7.3 stable images
This commit is contained in:
@@ -19,6 +19,7 @@ RUN buildDeps=" \
|
||||
libpng-dev \
|
||||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libzip-dev \
|
||||
" \
|
||||
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $buildDeps $runtimeDeps \
|
||||
&& docker-php-ext-install bcmath bz2 calendar iconv intl mbstring mysqli opcache pdo_mysql pdo_pgsql pgsql soap zip \
|
||||
|
||||
Reference in New Issue
Block a user