Skip to content

Commit

Permalink
Merge pull request #5 from anmuel/master
Browse files Browse the repository at this point in the history
Add sendmail to installed packages
  • Loading branch information
crramirez authored Feb 12, 2017
2 parents 7424bdf + c751a8c commit e5aeb73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ FROM tutum/lamp

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

RUN rm -rf /app
RUN rm -rf /app
ADD limesurvey.tar.bz2 /
RUN mv limesurvey app; \
mkdir -p /uploadstruct; \
Expand All @@ -26,4 +27,3 @@ VOLUME /app/upload

EXPOSE 80 3306
CMD ["/start.sh"]

0 comments on commit e5aeb73

Please sign in to comment.