Skip to content

Instantly share code, notes, and snippets.

@famousgarkin
Created August 28, 2017 13:42
Show Gist options
  • Save famousgarkin/068cd5b2f40e000914feed71ebef7a46 to your computer and use it in GitHub Desktop.
Save famousgarkin/068cd5b2f40e000914feed71ebef7a46 to your computer and use it in GitHub Desktop.
Docker PHP php.ini setup
# FROM https://hub.docker.com/_/php/
RUN mkdir /usr/src/php
RUN tar --file /usr/src/php.tar.xz --extract --strip-components=1 --directory /usr/src/php
RUN cp /usr/src/php/php.ini-production /usr/local/etc/php/php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment