Skip to content

Commit

Permalink
add GD
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed Nov 14, 2015
1 parent 79b17ab commit b3a6677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXPOSE 80
# Install Requirements
RUN apt-get update && \
apt-get install -y apache2-mpm-prefork ca-certificates && \
apt-get install -y libapache2-mod-php5 php5 php-pear php5-mysql php5-pgsql php5-sqlite php5-mcrypt php5-intl php5-ldap && \
apt-get install -y libapache2-mod-php5 php5 php5-gd php-pear php5-mysql php5-pgsql php5-sqlite php5-mcrypt php5-intl php5-ldap && \
apt-get install -y vim msmtp && \
# Install Pear Requirements
pear install mail_mime mail_mimedecode net_smtp net_idna2-beta auth_sasl net_sieve crypt_gpg && \
Expand Down

0 comments on commit b3a6677

Please sign in to comment.