Skip to content

Instantly share code, notes, and snippets.

@msato0731
Last active April 13, 2019 00:23
Show Gist options
  • Save msato0731/7b5e1352a7dea3a006b921c16835dd08 to your computer and use it in GitHub Desktop.
Save msato0731/7b5e1352a7dea3a006b921c16835dd08 to your computer and use it in GitHub Desktop.
docker lamp pdo install php_Dockefile
FROM php:7.2-apache-stretch
MAINTAINER msato
RUN apt-get update \
&& apt-get install -y libpq-dev \
&& docker-php-ext-install pdo_mysql pdo_pgsql
COPY php.ini /usr/local/etc/php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment