From 40e835438c1c591d65c2def367ff367a2981d426 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 12 Dec 2017 11:48:49 +0000 Subject: [PATCH] bump to alpine 3.7 and fix continuation lines --- Dockerfile | 14 ++++++-------- README.md | 1 + 2 files changed, 7 insertions(+), 8 deletions(-) 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.