2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add ffmpeg-arm

This commit is contained in:
kev
2016-07-04 11:37:59 +08:00
parent 39b7596d0d
commit 46dbf7abda
3 changed files with 25 additions and 4 deletions

13
ffmpeg/arm/Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
#
# Dockerfile for ffmpeg-arm
#
FROM easypi/alpine-arm
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache ffmpeg
WORKDIR /data
ENTRYPOINT ["ffmpeg"]
CMD ["--help"]