mirror of
https://github.com/kerberos-io/base.git
synced 2026-04-22 15:27:03 +08:00
Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
6e68480e9c
commit
977706d67d
+1
-1
@@ -17,7 +17,7 @@ RUN git clone https://github.com/FFmpeg/FFmpeg && \
|
||||
make install && \
|
||||
cd .. && rm -rf FFmpeg
|
||||
|
||||
RUN wget -O opencv.zip https://github.com/opencv/opencv/archive/4.5.5.zip && \
|
||||
RUN wget -O opencv.zip https://github.com/opencv/opencv/archive/4.5.5.zip && \
|
||||
unzip opencv.zip && mv opencv-4.5.5 opencv && cd opencv && mkdir build && cd build && \
|
||||
cmake -D CMAKE_BUILD_TYPE=RELEASE \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr/ \
|
||||
|
||||
Reference in New Issue
Block a user