Merge pull request #11 from linuxserver/3.7

bump to alpine 3.7 and fix continuation lines
This commit is contained in:
sparklyballs 2017-12-16 17:54:17 +00:00 committed by GitHub
commit 9393af1b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

View File

@ -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/*

View File

@ -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.