1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/ffmpeg/arm/Dockerfile

14 lines
177 B
Docker
Raw Normal View History

2016-07-04 05:37:59 +02:00
#
# Dockerfile for ffmpeg-arm
#
2021-02-08 09:34:30 +02:00
FROM arm32v7/alpine:3
2016-07-04 05:37:59 +02:00
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache ffmpeg
WORKDIR /data
ENTRYPOINT ["ffmpeg"]
CMD ["--help"]