diff --git a/Dockerfile b/Dockerfile index f0535b9..c6cbe2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,6 @@ ARG BUILD_DATE ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" -# environment settings -ENV BEETSDIR="/config" -ENV EDITOR="nano" - # install runtime packages RUN \ apk add --no-cache \ @@ -18,6 +14,7 @@ RUN \ ffmpeg \ ffmpeg-libs \ gdbm \ + gst-plugins-good1 \ gstreamer1 \ jpeg \ lame \ @@ -25,7 +22,7 @@ RUN \ libpng \ nano \ openjpeg \ - py-gobject \ + py-gobject3 \ py-pip \ python \ py-unidecode \ @@ -86,6 +83,11 @@ RUN \ /root/.cache \ /tmp/* +# environment settings +ENV BEETSDIR="/config" \ +EDITOR="nano" \ +HOME="/config" + # copy local files COPY root/ / diff --git a/README.md b/README.md index 9fcd6b9..117ab0b 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Edit the config file in /config To edit the config from within the container use `beet config -e` +For a command prompt as user abc `docker exec -it -u abc beets bash` + See [Beets][beetsurl] for more info. Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin, [configuration details](https://github.com/sbarakat/beets-copyartifacts#configuration) @@ -83,6 +85,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) ## Versions ++ **16.01.17:** Add packages required for replaygain. + **24.12.16:** Add [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin. + **07.12.16:** Edit cmake options for chromaprint, should now build and install fpcalc, add gstreamer lib + **14.10.16:** Add version layer information.