Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaakpr authored Mar 1, 2019
1 parent 3111be0 commit 6817d49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y --force-yes apache2 memcached php7.1-common php7.1-dev php7.1-json php7.1-opcache php7.1-cli libapache2-mod-php7.1
RUN apt-get install -y --force-yes php7.1 php7.1-mysql php7.1-fpm php7.1-curl php7.1-gd php7.1-mcrypt php7.1-mbstring
RUN apt-get install -y --force-yes php7.1-bcmath php7.1-zip php-memcached php7.1-xml php7.1-yaml
RUN apt-get install -y --force-yes php7.1-soap

#-- Configure PHP &Apache --
RUN sed -i "s/error_reporting = .*/error_reporting = E_ALL/" /etc/php/7.1/apache2/php.ini
Expand Down

0 comments on commit 6817d49

Please sign in to comment.