👥 Add label of maintainer

This commit is contained in:
Joshua Arulsamy 2020-08-14 20:57:03 -06:00
parent d0b6c25359
commit 5ba7d751d0

View File

@ -1,5 +1,7 @@
FROM python:3.7-slim FROM python:3.7-slim
LABEL maintainer="Joshua Arulsamy <joshua.gf.arul@gmail.com>"
# Install ffmpeg # Install ffmpeg
RUN apt-get -y update && \ RUN apt-get -y update && \
apt-get install -y --no-install-recommends ffmpeg=7:4.1.6-1~deb10u1 && \ apt-get install -y --no-install-recommends ffmpeg=7:4.1.6-1~deb10u1 && \