Skip to content
Snippets Groups Projects
Commit 05d27400 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

ci: add intl extension to ci docker image

parent 84a6447f
No related branches found
No related tags found
No related merge requests found
{"version":1,"defects":[],"times":{"Tests\\Database\\ExampleDatabaseTest::testModelFindAll":0.002,"Tests\\Database\\ExampleDatabaseTest::testSoftDeleteLeavesRow":0.002,"modules\\Api\\Rest\\V1\\PodcastTest::testList":0.008,"modules\\Api\\Rest\\V1\\PodcastTest::testView":0.003,"modules\\Api\\Rest\\V1\\PodcastTest::testViewNotFound":0.002,"modules\\Api\\Rest\\V1\\PodcastTest::testListEmpty":0.633,"Tests\\Session\\ExampleSessionTest::testSessionSimple":0,"HealthTest::testIsDefinedAppPath":0,"HealthTest::testBaseUrlHasBeenSet":0.001}}
\ No newline at end of file
......@@ -20,10 +20,14 @@ RUN \
jq \
zip \
rsync \
icu-libs \
mysql \
mysql-client \
&& apk add --no-cache --virtual .php-ext-build-dep icu-dev \
&& docker-php-ext-install \
intl \
mysqli \
&& apk del .php-ext-build-dep \
# install pnpm
&& wget -qO- https://get.pnpm.io/install.sh | ENV="~/.shrc" SHELL="$(which sh)" sh - \
&& mv ~/.local/share/pnpm/pnpm /usr/bin/pnpm \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment