Sign inSign up

stancalau/ffmpeg

By stancalau

Updated over 6 years ago

Image
0

577

stancalau/ffmpeg repository overview

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"]

Tag summary

Content type

Image

Digest

Size

173.7 MB

Last updated

over 6 years ago

docker pull stancalau/ffmpeg:0.0.1.ubuntu18