1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/ffmpeg/arm/Dockerfile

14 lines
178 B
Docker
Raw Normal View History

2016-07-04 03:37:59 +00:00
#
# Dockerfile for ffmpeg-arm
#
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache ffmpeg
WORKDIR /data
ENTRYPOINT ["ffmpeg"]
CMD ["--help"]