diff --git a/Dockerfile b/Dockerfile index c65468d..5ef75f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ RUN apk --update add openjdk8-jre ffmpeg supervisor ENV VERSION=5.3 -RUN adduser -D -u 1000 subsonic - RUN wget http://s3-eu-west-1.amazonaws.com/subsonic-public/download/subsonic-$VERSION-standalone.tar.gz -O subsonic.tar.gz RUN tar xvfz subsonic.tar.gz && rm -f subsonic.tar.gz RUN sed -i -e 's,1 &,1,g' subsonic.sh