Switched back to Debian Jessie for the time being.
This commit is contained in:
parent
eff9b6f43a
commit
e32b3f118d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian:wheezy
|
||||
FROM debian:jessie
|
||||
|
||||
# Install necessary programs
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
@ -8,7 +8,7 @@ mysql-server php5 php5-mysql php5-mcrypt php5-curl php5-gd phpmyadmin vim \
|
|||
wget curl git
|
||||
|
||||
# Configure apache
|
||||
#COPY ./config/apache2.conf /etc/apache2/apache2.conf
|
||||
COPY ./config/apache2.conf /etc/apache2/apache2.conf
|
||||
RUN chmod 644 /etc/apache2/apache2.conf
|
||||
RUN a2enmod rewrite
|
||||
|
||||
|
|
Loading…
Reference in a new issue