Skip to content

Commit 6167bd5

Browse files
committed
fix gearman dependency is not resolved.
1 parent 0e0eacf commit 6167bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ENV LC_ALL=C.UTF-8
77
RUN 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

1213
RUN 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
1919
RUN ln -sf /dev/stdout /var/log/nginx/access.log \
2020
&& ln -sf /dev/stderr /var/log/nginx/error.log \

0 commit comments

Comments
 (0)