mirror of
https://github.com/Neur0toxine/dockerimages.git
synced 2024-11-22 04:46:06 +03:00
fix for build
This commit is contained in:
parent
b76dbb2e6f
commit
dc5d775aa3
6
.github/workflows/php-with-supercronic.yml
vendored
6
.github/workflows/php-with-supercronic.yml
vendored
@ -3,9 +3,9 @@ name: PHP With Supercronic
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- $default-branch
|
- '**'
|
||||||
tags:
|
paths:
|
||||||
- v*
|
- "php-with-supercronic/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -13,6 +13,9 @@ RUN apk --update add \
|
|||||||
libzip-dev \
|
libzip-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
|
imap-dev \
|
||||||
|
krb5-dev \
|
||||||
|
git \
|
||||||
&& pecl channel-update pecl.php.net \
|
&& pecl channel-update pecl.php.net \
|
||||||
&& pecl install redis-5.3.1 \
|
&& pecl install redis-5.3.1 \
|
||||||
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
|
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
|
||||||
|
Loading…
Reference in New Issue
Block a user