Merge pull request #55 from linuxserver/stable-4.2.1_alpine3.6

bump to alpine 3.6
This commit is contained in:
saarg
2017-05-28 16:12:22 +02:00
committed by GitHub
2 changed files with 11 additions and 9 deletions

View File

@@ -1,9 +1,8 @@
FROM lsiobase/alpine:3.5
FROM lsiobase/alpine:3.6
MAINTAINER saarg
# package version
ARG ARGTABLE_VER="2.13"
ARG FFMPEG_VER="ffmpeg"
ARG TVH_VER="v4.2.1"
ARG TZ="Europe/Oslo"
ARG XMLTV_VER="0.5.69"
@@ -26,22 +25,23 @@ RUN \
automake \
cmake \
coreutils \
${FFMPEG_VER}-dev \
ffmpeg-dev \
file \
findutils \
g++ \
gcc \
gettext-dev \
git \
libhdhomerun-dev \
libgcrypt-dev \
libhdhomerun-dev \
libressl-dev \
libtool \
libxml2-dev \
libxslt-dev \
make \
mercurial \
libressl-dev \
patch \
pcre2-dev \
perl-dev \
pkgconf \
sdl-dev \
@@ -52,7 +52,6 @@ RUN \
--repository http://nl.alpinelinux.org/alpine/edge/testing \
gnu-libiconv-dev && \
# add runtime dependencies required in build stage
apk add --no-cache \
bsd-compat-headers \
@@ -61,9 +60,10 @@ RUN \
gzip \
libcrypto1.0 \
libcurl \
libressl \
libssl1.0 \
linux-headers \
libressl \
pcre2 \
perl \
perl-archive-zip \
perl-boolean \
@@ -78,6 +78,7 @@ RUN \
perl-dbd-sqlite \
perl-dbi \
perl-digest-sha1 \
perl-doc \
perl-file-slurp \
perl-file-temp \
perl-file-which \
@@ -194,8 +195,8 @@ RUN \
# install runtime packages
apk add --no-cache \
${FFMPEG_VER} \
${FFMPEG_VER}-libs \
ffmpeg \
ffmpeg-libs \
libhdhomerun-libs \
libxml2 \
libxslt && \

View File

@@ -152,6 +152,7 @@ You need to enable minimum advanced view level to see the picons options.
## Versions
+ **27.05.2017:** Rebase to alpine 3.6.
+ **01.05.2017:** Update to tvheadend 4.2.1 stable.
+ **18.04.2017:** Use repo version of gnu-libiconv rather than compiling.
+ **09.04.2017:** Chain cpanm installs in one block and use --installdeps.