Skip to content

Instantly share code, notes, and snippets.

@deleugpn
Created July 17, 2018 20:26
Show Gist options
  • Save deleugpn/07d1bdf837855626b2787645a39da472 to your computer and use it in GitHub Desktop.
Save deleugpn/07d1bdf837855626b2787645a39da472 to your computer and use it in GitHub Desktop.
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