This commit is contained in:
parent
f6a73563fb
commit
311f485893
@ -1,13 +1,7 @@
|
|||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
gstreamer1.0-libav \
|
|
||||||
gstreamer1.0-plugins-bad \
|
|
||||||
gstreamer1.0-plugins-base \
|
|
||||||
gstreamer1.0-plugins-good \
|
|
||||||
gstreamer1.0-plugins-ugly \
|
|
||||||
gstreamer1.0-tools \
|
|
||||||
python3-gevent \
|
python3-gevent \
|
||||||
python3-numpy \
|
python3-numpy \
|
||||||
python3-opencv \
|
python3-opencv \
|
||||||
|
Loading…
Reference in New Issue
Block a user