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:
13
ffmpeg/arm/Dockerfile
Normal file
13
ffmpeg/arm/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user