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 871a733 commit 74b6897Copy full SHA for 74b6897
conf/php7console/Dockerfile
@@ -48,9 +48,11 @@ RUN apt-get install -y libxslt-dev
48
RUN docker-php-ext-install xsl
49
50
# intl
51
-RUN apt-get install -y libicu-dev
52
-RUN pecl install intl
+RUN apt-get update && apt-get install -y zlib1g-dev libicu-dev g++
+RUN docker-php-ext-configure intl
53
RUN docker-php-ext-install intl
54
+#RUN pecl install intl
55
+#RUN docker-php-ext-install intl
56
57
# zip
58
RUN apt-get install -y zlib1g-dev \
0 commit comments