We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61eb1fe commit 3936fa1Copy full SHA for 3936fa1
Dockerfile
@@ -20,7 +20,7 @@ RUN add-apt-repository -y ppa:ondrej/php \
20
21
RUN add-apt-repository ppa:ondrej/php
22
RUN add-apt-repository ppa:chris-lea/redis-server
23
-RUN apt-get update && apt-get upgrade
+RUN apt-get update && apt-get -y upgrade
24
25
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
26
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
0 commit comments