Created
July 17, 2018 20:26
-
-
Save deleugpn/07d1bdf837855626b2787645a39da472 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
FROM php:7.2-cli | |
RUN apt-get update \ | |
&& apt-get install -y git zlib1g-dev \ | |
&& docker-php-ext-install zip \ | |
&& curl -sS https://getcomposer.org/installer | /usr/local/bin/php -- --install-dir=/usr/bin/ --filename=composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment