Skip to content

Commit

Permalink
Update dependencies (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Sep 21, 2019
1 parent e7d8df3 commit 846a278
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 192 deletions.
6 changes: 6 additions & 0 deletions .docker/php72
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
FROM php:7.2-cli

RUN echo '' | \
apt-get -y update; \
apt-get install -y --no-install-recommends libicu-dev; \
docker-php-ext-configure intl; \
docker-php-ext-install intl;
4 changes: 4 additions & 0 deletions .docker/php72_xdebug
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM php:7.2-cli

RUN echo '' | \
apt-get -y update; \
apt-get install -y --no-install-recommends libicu-dev; \
docker-php-ext-configure intl; \
docker-php-ext-install intl; \
pecl install xdebug; \
docker-php-ext-enable xdebug;
Loading

0 comments on commit 846a278

Please sign in to comment.