GD and zip extensions in PHP
This commit is contained in:
parent
31e63245e1
commit
6597d12906
@ -12,7 +12,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y locales libffi-dev \
|
|||||||
libssl-dev default-libmysqlclient-dev ca-certificates libpq-dev libjpeg62 libjpeg-dev \
|
libssl-dev default-libmysqlclient-dev ca-certificates libpq-dev libjpeg62 libjpeg-dev \
|
||||||
libpng-dev libpng-dev build-essential git mercurial build-essential \
|
libpng-dev libpng-dev build-essential git mercurial build-essential \
|
||||||
libbz2-dev libsqlite3-dev libreadline-dev zlib1g-dev libncurses5-dev \
|
libbz2-dev libsqlite3-dev libreadline-dev zlib1g-dev libncurses5-dev \
|
||||||
libssl-dev libgdbm-dev cron git mercurial subversion vim nano mc htop procps \
|
libssl-dev libgdbm-dev libgd-dev cron git mercurial subversion vim nano mc htop procps \
|
||||||
subversion dropbear gettext wget redis-server memcached supervisor curl ssh \
|
subversion dropbear gettext wget redis-server memcached supervisor curl ssh \
|
||||||
mariadb-client postgresql-client-12 postgresql-12-postgis-3-scripts bind9-host dnsutils nginx \
|
mariadb-client postgresql-client-12 postgresql-12-postgis-3-scripts bind9-host dnsutils nginx \
|
||||||
libxml2-dev libxslt1-dev openssh-sftp-server links2 lynx \
|
libxml2-dev libxslt1-dev openssh-sftp-server links2 lynx \
|
||||||
@ -20,7 +20,7 @@ imagemagick libmagickwand-dev ncdu \
|
|||||||
libcurl4-openssl-dev python3 python3-pip python3-virtualenv \
|
libcurl4-openssl-dev python3 python3-pip python3-virtualenv \
|
||||||
libcurl4-openssl-dev python-dev libproj-dev gdal-bin libmemcached-dev swig mutt \
|
libcurl4-openssl-dev python-dev libproj-dev gdal-bin libmemcached-dev swig mutt \
|
||||||
imagemagick ffmpeg libyaml-dev libc-client2007e-dev libonig-dev libkrb5-dev dialog \
|
imagemagick ffmpeg libyaml-dev libc-client2007e-dev libonig-dev libkrb5-dev dialog \
|
||||||
whiptail tmux rsync nmap
|
whiptail tmux rsync nmap libzip-dev
|
||||||
|
|
||||||
WORKDIR /srv
|
WORKDIR /srv
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
DOCKER=docker
|
DOCKER=docker
|
||||||
VERSION=2020.08-1
|
VERSION=2020.09-1
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
@ -29,7 +29,8 @@ cd php-$VERSION
|
|||||||
--with-curl \
|
--with-curl \
|
||||||
--with-mcrypt \
|
--with-mcrypt \
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
--with-gd \
|
--enable-gd \
|
||||||
|
--with-zip \
|
||||||
--with-pgsql \
|
--with-pgsql \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--enable-inline-optimization \
|
--enable-inline-optimization \
|
||||||
@ -43,7 +44,6 @@ cd php-$VERSION
|
|||||||
--enable-exif \
|
--enable-exif \
|
||||||
--enable-bcmath \
|
--enable-bcmath \
|
||||||
--with-mhash \
|
--with-mhash \
|
||||||
--enable-zip \
|
|
||||||
--with-pcre-regex \
|
--with-pcre-regex \
|
||||||
--with-mysql \
|
--with-mysql \
|
||||||
--with-pdo-mysql \
|
--with-pdo-mysql \
|
||||||
|
Loading…
Reference in New Issue
Block a user