FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install software-properties-common -y
RUN add-apt-repository ppa:jonathonf/ffmpeg-4
RUN apt-get install ffmpeg -y
CMD ["sleep infinity"]
ENTRYPOINT ["/bin/sh"]
Content type
Image
Digest
Size
173.7 MB
Last updated
over 6 years ago
docker pull stancalau/ffmpeg:0.0.1.ubuntu18