2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-01 10:37:26 +01:00
This commit is contained in:
kev
2021-10-18 12:06:54 +08:00
parent 685657d311
commit 8a4fb89c01
10 changed files with 305 additions and 31 deletions

View File

@@ -2,8 +2,8 @@
# Dockerfile for ffmpeg
#
FROM alpine
MAINTAINER kev <noreply@easypi.pro>
FROM alpine:3
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache ffmpeg

View File

@@ -2,7 +2,7 @@
# Dockerfile for ffmpeg-arm
#
FROM arm32v7/alpine:3
FROM alpine:3
MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache ffmpeg