Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM php:7.0-apache
- RUN apt-get update -y && apt-get install -y curl libcurl4-openssl-dev
- RUN docker-php-ext-install pdo pdo_mysql curl
- RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli
- ADD bl-apache.conf /etc/apache2/sites-enabled/
- RUN rm /etc/apache2/sites-enabled/000-default.conf
Advertisement
Add Comment
Please, Sign In to add comment