1
0
mirror of https://github.com/klokantech/tileserver-php.git synced 2025-01-17 22:28:37 +01:00

Added GD php module. See #53

This commit is contained in:
Petr Pridal 2015-09-04 18:26:50 +02:00
parent 26fc70a5ae
commit 39c3e05811

View File

@ -4,6 +4,7 @@ RUN apt-get update -y && apt-get install -qq -y \
apache2 \
php5 \
php5-sqlite \
php5-gd \
unzip
COPY 000-default.conf /etc/apache2/sites-available/000-default.conf