-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also build zip extension to fix compose failures
- Loading branch information
Showing
13 changed files
with
39 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,12 @@ MAINTAINER Przemek Szalko <[email protected]> | |
|
||
# php intl extension | ||
RUN apt-get update \ | ||
&& apt-get install -y libicu-dev \ | ||
&& apt-get install -y libicu-dev libzip-dev \ | ||
&& docker-php-ext-install intl \ | ||
&& docker-php-ext-install pdo_mysql \ | ||
&& docker-php-ext-install zip \ | ||
&& docker-php-source delete \ | ||
&& apt-get remove -y libicu-dev \ | ||
&& apt-get remove -y libicu-dev libzip-dev \ | ||
&& apt-get autoremove -y \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|