1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/ffmpeg/arm/Dockerfile

14 lines
169 B
Docker
Raw Normal View History

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