Attempt to fix CI tests
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details

This commit is contained in:
Timothy Warren 2021-03-03 20:26:30 -05:00
parent 6df5bda8f2
commit 2d8d8ef5d2
1 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,6 @@ FROM php:8-cli-alpine
RUN apk add --no-cache --virtual .persistent-deps libffi-dev \
&& docker-php-ext-configure ffi --with-ffi \
&& docker-php-ext-install ffi \
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ php8-phpdbg
&& docker-php-ext-install ffi
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing php8-phpdbg