diff --git a/Dockerfile b/Dockerfile index ef1c631..d52c99d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.7-slim +LABEL maintainer="Joshua Arulsamy " + # Install ffmpeg RUN apt-get -y update && \ apt-get install -y --no-install-recommends ffmpeg=7:4.1.6-1~deb10u1 && \