Skip to content

Commit

Permalink
Update libicu version because Dockerfile won't build
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Nov 21, 2019
1 parent 2925e77 commit f0bd4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM php:7

RUN apt-get update \
&& apt-get install -yq graphviz curl git libicu-dev libicu57 zlib1g-dev libxslt1-dev libzip-dev \
&& apt-get install -yq graphviz curl git libicu-dev libicu63 zlib1g-dev libxslt1-dev libzip-dev \
&& rm -rf /var/lib/apt/lists/* \
&& docker-php-ext-install -j$(nproc) intl zip xsl

Expand Down

0 comments on commit f0bd4e4

Please sign in to comment.