Sign inSign up

stevedinn/serviio

By stevedinn

Updated almost 6 years ago

ARM64 version of serviio. I have not optimized this container for size at all. Just making it work.

Image
0

10K+

stevedinn/serviio repository overview

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"]

Tag summary

Content type

Image

Digest

Size

332.6 MB

Last updated

almost 6 years ago

docker pull stevedinn/serviio