Initial commit

This commit is contained in:
Daniel Kluge
2022-11-06 19:28:31 +01:00
commit 1c82d159b8
6 changed files with 142 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM arm64v8/eclipse-temurin:11-jre
WORKDIR /app
RUN mkdir -p cache
VOLUME /app/cache
RUN apt-get update && apt-get install alsa-base alsa-utils -y && rm -rf /var/lib/apt/lists/*
RUN wget https://github.com/librespot-org/librespot-java/releases/download/v1.6.2/librespot-api-1.6.2.jar
CMD java -jar librespot-api-1.6.2.jar