Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jancelin authored May 4, 2017
1 parent 6a984fe commit 143e42e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ RUN apk --update add xauth htop curl apache2 apache2-utils apache-mod-fcgid php5
py-simplejson vim ca-certificates unzip \
&& rm -f /var/cache/apk/*

RUN a2dismod php5; a2enmod actions; a2enmod fcgid ; a2enmod ssl; a2enmod rewrite; a2enmod headers; \
a2enmod deflate; a2enmod php5

ENV LIZMAPVERSION 3.1.1

COPY filesAlpine/ /home/files/
Expand Down

0 comments on commit 143e42e

Please sign in to comment.