forked from Ivasoft/docker-tvheadend
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4aeef6554b | ||
|
|
2e0e6d028c | ||
|
|
d4fb416e62 |
11
Dockerfile
11
Dockerfile
@@ -1,16 +1,16 @@
|
|||||||
FROM lsiobase/alpine:3.6
|
FROM lsiobase/alpine:3.6
|
||||||
MAINTAINER saarg
|
MAINTAINER saarg
|
||||||
|
|
||||||
|
# set version label
|
||||||
|
ARG BUILD_DATE
|
||||||
|
ARG VERSION
|
||||||
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
|
|
||||||
# package version
|
# package version
|
||||||
ARG ARGTABLE_VER="2.13"
|
ARG ARGTABLE_VER="2.13"
|
||||||
ARG TZ="Europe/Oslo"
|
ARG TZ="Europe/Oslo"
|
||||||
ARG XMLTV_VER="0.5.69"
|
ARG XMLTV_VER="0.5.69"
|
||||||
|
|
||||||
# set version label
|
|
||||||
ARG BUILD_DATE
|
|
||||||
ARG VERSION
|
|
||||||
LABEL build_version="Build-date:- ${BUILD_DATE}"
|
|
||||||
|
|
||||||
# Environment settings
|
# Environment settings
|
||||||
ENV HOME="/config"
|
ENV HOME="/config"
|
||||||
|
|
||||||
@@ -184,6 +184,7 @@ RUN \
|
|||||||
tar xf \
|
tar xf \
|
||||||
/tmp/argtable-src.tar.gz -C \
|
/tmp/argtable-src.tar.gz -C \
|
||||||
/tmp/argtable --strip-components=1 && \
|
/tmp/argtable --strip-components=1 && \
|
||||||
|
cp /tmp/patches/config.* /tmp/argtable && \
|
||||||
cd /tmp/argtable && \
|
cd /tmp/argtable && \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr && \
|
--prefix=/usr && \
|
||||||
|
|||||||
@@ -160,6 +160,7 @@ You need to enable minimum advanced view level to see the picons options.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **13.07.2017:** Increase uniformity across all archs.
|
||||||
+ **08.07.2017:** Update README with full path for comskip.
|
+ **08.07.2017:** Update README with full path for comskip.
|
||||||
+ **02.07.2017:** Move to one branch for all 4.2 releases.
|
+ **02.07.2017:** Move to one branch for all 4.2 releases.
|
||||||
+ **27.05.2017:** Rebase to alpine 3.6.
|
+ **27.05.2017:** Rebase to alpine 3.6.
|
||||||
|
|||||||
1466
patches/config.guess
vendored
Normal file
1466
patches/config.guess
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1836
patches/config.sub
vendored
Normal file
1836
patches/config.sub
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user