Installing common tools for the container

This commit is contained in:
Finley Ghosh 2025-08-12 21:04:51 +10:00
parent d8d361d06c
commit 86de417427

View file

@ -1,7 +1,11 @@
# Use the official PHP 5.6 Apache image for classic mod_php
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.
ENV HOME /root