Added cron to dependencies
This commit is contained in:
parent
845e5d4b13
commit
f74c561645
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y apache2 libapache2-mod-php5 \
|
RUN apt-get update && apt-get install -y apache2 libapache2-mod-php5 \
|
||||||
mysql-server php5 php5-mysql php5-mcrypt php5-curl php5-gd phpmyadmin vim \
|
mysql-server php5 php5-mysql php5-mcrypt php5-curl php5-gd phpmyadmin vim \
|
||||||
wget curl git
|
wget curl git cron
|
||||||
|
|
||||||
# Configure apache
|
# Configure apache
|
||||||
COPY ./config/apache2.conf /etc/apache2/apache2.conf
|
COPY ./config/apache2.conf /etc/apache2/apache2.conf
|
||||||
|
|
Loading…
Reference in a new issue