Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
chore(CI): fix docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Sep 28, 2018
1 parent db8e962 commit 34cb389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion travis/docker/php-7.3-intl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:7.3-rc

RUN apt-get update && apt-get install -y git zlib1g-dev libicu-dev g++
RUN apt-get update && apt-get install -y git zlib1g-dev libicu-dev g++ libzip-dev
RUN docker-php-ext-install intl
RUN docker-php-ext-install zip

Expand Down
2 changes: 1 addition & 1 deletion travis/docker/php-7.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:7.3-rc

RUN apt-get update && apt-get install -y git zlib1g-dev
RUN apt-get update && apt-get install -y git zlib1g-dev libzip-dev
RUN docker-php-ext-install zip

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer

0 comments on commit 34cb389

Please sign in to comment.