ARM64 version of serviio. I have not optimized this container for size at all. Just making it work.
10K+
FROM ubuntu:focal LABEL maintainer="Steve Dinn [email protected] @SteveDinn"
RUN apt update RUN apt install -y openjdk-11-jdk RUN apt install -y ffmpeg
COPY serviio-2.1 /app RUN chmod 755 /app/bin/serviio.sh
ENTRYPOINT ["/app/bin/serviio.sh"]
Content type
Image
Digest
Size
332.6 MB
Last updated
almost 6 years ago
docker pull stevedinn/serviio