2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00
Files
dockerfiles_vimagick/ffmpeg/arm/Dockerfile
2021-02-08 15:34:30 +08:00

14 lines
177 B
Docker

#
# Dockerfile for ffmpeg-arm
#
FROM arm32v7/alpine:3
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache ffmpeg
WORKDIR /data
ENTRYPOINT ["ffmpeg"]
CMD ["--help"]