Skip to content

Instantly share code, notes, and snippets.

@l3l0
Created June 9, 2016 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save l3l0/ce670ffc4de3de713548ffc2b091b904 to your computer and use it in GitHub Desktop.
Save l3l0/ce670ffc4de3de713548ffc2b091b904 to your computer and use it in GitHub Desktop.
Example minimal Dockerfile to use with composer.
FROM php:7.0.7-cli
RUN apt-get update && apt-get install -y git zlib1g-dev
RUN docker-php-ext-install zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment