ffmpeg based on alpine and the size is just 46 MB.
3.5K
The image is based on alpine and the size of image is 46 Mb. The image contains ffmpeg and nodejs run time.
Node version is 12.4.0 version
ffmpeg version 4.0.4 Copyright (c) 2000-2019 the FFmpeg developers
#Node verification
docker run -it --rm adilm7177/ffmpeg ash -c "node -v"
#ffmpeg verification
docker run -it --rm adilm7177/ffmpeg ash -c "ffmpeg -version"
FROM node:alpine
RUN apk add --no-cache ffmpeg
Content type
Image
Digest
Size
43.5 MB
Last updated
about 7 years ago
docker pull adiii717/ffmpeg