mirror of
https://github.com/Neur0toxine/dockerimages.git
synced 2024-11-21 20:36:07 +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:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
tags:
|
||||
- v*
|
||||
- '**'
|
||||
paths:
|
||||
- "php-with-supercronic/**"
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user