Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user