Skip to content

Commit 61eb1fe

Browse files
authored
Update Dockerfile
1 parent e2bf6e7 commit 61eb1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get upgrade
2424

2525
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
2626
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
27-
RUN apt-get install -y --force-yes php7.1-bcmath php7.1-zip php-memcached php7.1-xml
27+
RUN apt-get install -y --force-yes php7.1-bcmath php7.1-zip php-memcached php7.1-xml php7.1-yaml
2828

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

0 commit comments

Comments
 (0)