mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
ci: add intl extension to ci docker image
This commit is contained in:
parent
84a6447fd4
commit
05d27400a0
@ -1 +0,0 @@
|
||||
{"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}}
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user