We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2073e commit 0e3cef1Copy full SHA for 0e3cef1
Dockerfile
@@ -19,9 +19,11 @@ ENV XMR_SOCKETS_WS=0.0.0.0:8080
19
ENV XMR_SOCKETS_API=0.0.0.0:8081
20
ENV XMR_SOCKETS_ZM_PORT=9505
21
22
-RUN apt-get update && apt-get install -y libzmq3-dev git \
+RUN apt-get update && apt-get install -y libzmq3-dev libev-dev git \
23
&& rm -rf /var/lib/apt/lists/*
24
25
+RUN pecl install ev && docker-php-ext-enable ev
26
+
27
RUN git clone https://github.com/zeromq/php-zmq.git \
28
&& cd php-zmq \
29
&& phpize && ./configure \
0 commit comments