File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ ENV LC_ALL=C.UTF-8
77RUN apt-get update && \
88 apt-get -y --no-install-recommends --no-install-suggests install software-properties-common python-software-properties && \
99 add-apt-repository ppa:ondrej/php && \
10+ add-apt-repository ppa:ondrej/pkg-gearman && \
1011 rm -rf /var/lib/apt/lists/*
1112
1213RUN apt-get update && \
1314 apt-get remove php7.0 && \
1415 apt-get install -y --no-install-recommends --no-install-suggests nginx php7.1 php7.1-fpm php7.1-cli php7.1-common ca-certificates gettext && \
1516 rm -rf /var/lib/apt/lists/*
1617
17-
1818# forward request and error logs to docker log collector
1919RUN ln -sf /dev/stdout /var/log/nginx/access.log \
2020 && ln -sf /dev/stderr /var/log/nginx/error.log \
You can’t perform that action at this time.
0 commit comments