Installing common tools for the container
This commit is contained in:
parent
d8d361d06c
commit
86de417427
|
|
@ -1,7 +1,11 @@
|
||||||
|
|
||||||
|
|
||||||
# Use the official PHP 5.6 Apache image for classic mod_php
|
# Use the official PHP 5.6 Apache image for classic mod_php
|
||||||
FROM php:5.6-apache
|
FROM php:5.6-apache
|
||||||
|
|
||||||
|
# Install legacy mysql extension and other common PHP extensions for CakePHP
|
||||||
|
RUN docker-php-ext-install mysql mbstring gd curl imap
|
||||||
|
|
||||||
# Set environment variables.
|
# Set environment variables.
|
||||||
ENV HOME /root
|
ENV HOME /root
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue