From 93406ec250b57e4fea70a3e9ffce8b8acde1c9e2 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 1 Jun 2022 21:54:53 -0700 Subject: [PATCH] Add php-mbstring --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 81bb7e1..cd6210b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,5 +2,5 @@ pipeline: test: image: debian:bullseye commands: - - apt-get update && apt-get install -y curl git make php-cli php-zip php-xml unzip p7zip-full + - apt-get update && apt-get install -y curl git make php-cli php-mbstring php-xml php-zip unzip p7zip-full - make test