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 \