Skip to content

Commit

Permalink
include php5-curl for comfort update
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez authored Mar 16, 2017
1 parent 5a9a767 commit 485fd2f
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 @@ -3,7 +3,7 @@ FROM tutum/lamp

RUN apt-get update && \
apt-get upgrade -q -y && \
apt-get install -q -y curl php5-gd php5-ldap php5-imap sendmail php5-pgsql && \
apt-get install -q -y curl php5-gd php5-ldap php5-imap sendmail php5-pgsql php5-curl && \
apt-get clean && \
php5enmod imap

Expand Down

0 comments on commit 485fd2f

Please sign in to comment.