From 2d8d8ef5d294a5d696cfaf2100a79e7e3be46d73 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 3 Mar 2021 20:26:30 -0500 Subject: [PATCH] Attempt to fix CI tests --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1778874..787f57a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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