diff --git a/Dockerfile b/Dockerfile index d5d7f49..4b37ffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,21 +1,19 @@ -FROM lsiobase/alpine.python:3.6 -MAINTAINER sparklyballs +FROM lsiobase/alpine.python:3.7 # set version label ARG BUILD_DATE ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" +LABEL maintainer="sparklyballs" -# install pip pacakges RUN \ + echo "**** install pip packages ****" && \ pip install --no-cache-dir -U \ cherrypy && \ - -# install app + echo "**** install app ****" && \ git clone --depth 1 https://github.com/Hellowlol/HTPC-Manager.git /app/htpcmanager && \ - -# cleanup -rm -rf \ + echo "**** cleanup ****" && \ + rm -rf \ /root/.cache \ /tmp/* diff --git a/README.md b/README.md index e5659d4..ce2316d 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Smartmontools has not been included, you can safely ignore the warning error in ## Versions ++ **12.12.17:** Rebase to alpine 3.7. + **20.07.17:** Internal git pull instead of at runtime. + **25.05.17:** Rebase to alpine 3.6. + **07.02.17:** Rebase to alpine 3.5.