From dc5d775aa357258ef358c82559d8e80cba87675c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Mon, 24 May 2021 16:02:44 +0300 Subject: [PATCH] fix for build --- .github/workflows/php-with-supercronic.yml | 6 +++--- php-with-supercronic/Dockerfile_7.3 | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-with-supercronic.yml b/.github/workflows/php-with-supercronic.yml index 0ee8b66..9ab881d 100644 --- a/.github/workflows/php-with-supercronic.yml +++ b/.github/workflows/php-with-supercronic.yml @@ -3,9 +3,9 @@ name: PHP With Supercronic on: push: branches: - - $default-branch - tags: - - v* + - '**' + paths: + - "php-with-supercronic/**" pull_request: env: diff --git a/php-with-supercronic/Dockerfile_7.3 b/php-with-supercronic/Dockerfile_7.3 index 0c07f55..48efa1f 100644 --- a/php-with-supercronic/Dockerfile_7.3 +++ b/php-with-supercronic/Dockerfile_7.3 @@ -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 \