This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
FROM alpine:edge
|
||||
ARG BUILD_ARCH
|
||||
|
||||
FROM ${BUILD_ARCH}/alpine:edge
|
||||
MAINTAINER Samuel Warkentin <sam@sam-services.de>
|
||||
|
||||
ARG ARCH=arm64
|
||||
|
||||
RUN apk --update add openjdk8-jre ffmpeg supervisor
|
||||
|
||||
ENV VERSION=6.1.5
|
||||
|
||||
Reference in New Issue
Block a user