File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM phusion/baseimage:0.9.9
1
+ FROM phusion/baseimage:0.9.15
2
2
3
3
ENV HOME /root
4
4
@@ -12,7 +12,7 @@ RUN apt-get install -y vim curl wget build-essential python-software-properties
12
12
RUN add-apt-repository -y ppa:ondrej/php5
13
13
RUN add-apt-repository -y ppa:nginx/stable
14
14
RUN apt-get update
15
- RUN apt-get install -y php5-cli php5-fpm php5-mysql php5-pgsql php5-sqlite php5-curl\
15
+ RUN apt-get install -y --force-yes php5-cli php5-fpm php5-mysql php5-pgsql php5-sqlite php5-curl\
16
16
php5-gd php5-mcrypt php5-intl php5-imap php5-tidy
17
17
18
18
RUN sed -i "s/;date.timezone =.*/date.timezone = UTC/" /etc/php5/fpm/php.ini
@@ -23,8 +23,8 @@ RUN apt-get install -y nginx
23
23
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
24
24
RUN sed -i -e "s/;daemonize\s *=\s *yes/daemonize = no/g" /etc/php5/fpm/php-fpm.conf
25
25
RUN sed -i "s/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/" /etc/php5/fpm/php.ini
26
-
27
- RUN mkdir /var/www
26
+
27
+ RUN mkdir -p /var/www
28
28
ADD build/default /etc/nginx/sites-available/default
29
29
RUN mkdir /etc/service/nginx
30
30
ADD build/nginx.sh /etc/service/nginx/run
You can’t perform that action at this time.
0 commit comments