fix for build

This commit is contained in:
Pavel 2021-05-24 16:02:44 +03:00
parent b76dbb2e6f
commit dc5d775aa3
2 changed files with 6 additions and 3 deletions

View File

@ -3,9 +3,9 @@ name: PHP With Supercronic
on:
push:
branches:
- $default-branch
tags:
- v*
- '**'
paths:
- "php-with-supercronic/**"
pull_request:
env:

View File

@ -13,6 +13,9 @@ RUN apk --update add \
libzip-dev \
libpng-dev \
libxslt-dev \
imap-dev \
krb5-dev \
git \
&& pecl channel-update pecl.php.net \
&& pecl install redis-5.3.1 \
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \