Shrink Docker image size
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-02-13 18:10:54 +02:00 committed by Lauri Võsandi
parent f6a73563fb
commit 311f485893
1 changed files with 1 additions and 7 deletions

View File

@ -1,13 +1,7 @@
FROM ubuntu
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
gstreamer1.0-libav \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \
gstreamer1.0-tools \
RUN apt-get update && apt-get install --no-install-recommends -y \
python3-gevent \
python3-numpy \
python3-opencv \