init - 初始化项目
This commit is contained in:
13
modules/videoio/misc/plugin_gstreamer/Dockerfile
Normal file
13
modules/videoio/misc/plugin_gstreamer/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update && apt-get --no-install-recommends install -y \
|
||||
libgstreamer-plugins-base1.0-dev \
|
||||
libgstreamer-plugins-good1.0-dev \
|
||||
libgstreamer1.0-dev \
|
||||
cmake \
|
||||
g++ \
|
||||
ninja-build \
|
||||
&& \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /tmp
|
||||
Reference in New Issue
Block a user