Skip to content

Commit

Permalink
Set ubuntu to 14.04 due to php problems
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweisgerber committed Jan 6, 2017
1 parent f5a3a9a commit 22bb244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:16.04
FROM ubuntu:14.04

EXPOSE 80

# update and upgrade packages
RUN apt-get update && apt-get upgrade -y
RUN apt-get install mysql-server apache2 php5 php5-gd texlive-latex-recommended php5-imap unzip wget php5-mysql -y samba-client
RUN apt-get install -y mysql-server apache2 php5 php5-gd texlive-latex-recommended php5-imap unzip wget php5-mysql samba-client
RUN apt-get clean

RUN mkdir /var/lib/kOOL && cd /var/lib/kOOL && wget http:https://www.churchtool.org/fileadmin/user_upload/packages/kOOL_source_R45.zip && unzip kOOL_source_R45.zip
Expand Down

0 comments on commit 22bb244

Please sign in to comment.