Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
vmpartner committed Oct 8, 2017
1 parent 27783d6 commit d296608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ RUN apt-get update \
&& apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*

RUN sed -i "/short_open_tag = .*/c\short_open_tag = On" /etc/php5/fpm/php.ini
RUN sed -i "/max_input_vars = .*/c\max_input_vars = 10000" /etc/php5/fpm/php.ini
RUN sed -i "/mbstring.func_overload = .*/c\mbstring.func_overload = 2" /etc/php5/fpm/php.ini
RUN sed -i "/mbstring.internal_encoding = .*/c\mbstring.internal_encoding = 'utf-8'" /etc/php5/fpm/php.ini

RUN usermod -u 1000 www-data

Expand Down

0 comments on commit d296608

Please sign in to comment.