Skip to content

Commit 8f7766a

Browse files
committed
fixup
1 parent da42b7f commit 8f7766a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ RUN if [[ "${CODE_COVERAGE}" == "true" ]] ; \
1515
then apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
1616
&& pecl install xdebug \
1717
&& docker-php-ext-enable xdebug \
18-
&& apk del --no-cache .build-deps
18+
&& apk del --no-cache .build-deps ; \
19+
fi
1920

0 commit comments

Comments
 (0)