mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
exif
This commit is contained in:
parent
d09a7cb96f
commit
f0bd58a17a
2 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ RUN apt-get update \
|
|||
libsmbclient-dev \
|
||||
&& /configure_gd.sh \
|
||||
&& docker-php-ext-install gd \
|
||||
&& docker-php-ext-install iconv zip pdo pdo_pgsql pdo_sqlite pgsql pdo_mysql intl curl mbstring pcntl ldap \
|
||||
&& docker-php-ext-install iconv zip pdo pdo_pgsql pdo_sqlite pgsql pdo_mysql intl curl mbstring pcntl ldap exif \
|
||||
&& pecl install inotify \
|
||||
&& pecl install smbclient \
|
||||
&& pecl install imagick \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
set -e
|
||||
|
||||
versions=("7.3" "7.4" "8.0" "8.1" "7.3-dbg" "7.4-dbg" "8.0-dbg" "8.1-dbg")
|
||||
versions=("7.4")
|
||||
|
||||
for version in "${versions[@]}"; do
|
||||
docker push "icewind1991/haze-php:$version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue