mirror of
https://github.com/linuxserver/docker-htpcmanager.git
synced 2026-04-06 00:01:54 +08:00
Merge pull request #11 from linuxserver/3.7
bump to alpine 3.7 and fix continuation lines
This commit is contained in:
commit
9393af1b5a
14
Dockerfile
14
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/*
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user