You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN git clone https://github.com/php-opencv/php-opencv.git
21
+
#COPY php-opencv /php-opencv
22
+
23
+
RUN cd php-opencv && export PKG_CONFIG=/usr/bin/pkg-config && export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig && phpize && ./configure --with-php-config=/usr/bin/php-config && make && make install && make test
24
+
25
+
RUN echo "extension=opencv.so" > /etc/php.d/opencv.ini
0 commit comments