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: on:
push: push:
branches: branches:
- $default-branch - '**'
tags: paths:
- v* - "php-with-supercronic/**"
pull_request: pull_request:
env: env:

View File

@ -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 \