We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f3ea7 commit 82970f2Copy full SHA for 82970f2
rweb/fpm/Dockerfile
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
11
graphicsmagick \
12
locales \
13
zlib1g-dev \
14
+ libicu52 \
15
&& apt-get clean \
16
&& rm -rf /var/lib/apt/lists/*
17
@@ -26,6 +27,7 @@ RUN echo "Install php extensions for rweb" \
26
27
curl \
28
mbstring \
29
zip \
30
+ intl \
31
&& apt-get purge -y --auto-remove gcc make \
32
33
0 commit comments