Compare commits

...

4 Commits
87 ... 94

Author SHA1 Message Date
saarg
ec6ff1a886 Merge pull request #54 from linuxserver/alpine_3.6
bump to alpine 3.6
2017-05-28 16:12:13 +02:00
sparklyballs
87d4b9c811 remove unneeded ffmpeg variable 2017-05-28 02:34:06 +01:00
sparklyballs
0d53fe87a0 add pcre2 dependency 2017-05-27 23:52:54 +01:00
sparklyballs
314f59a89f bump to alpine 3.6 2017-05-27 23:37:20 +01:00
2 changed files with 9 additions and 6 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 TZ="Europe/Oslo"
ARG XMLTV_VER="0.5.69"
@@ -25,7 +24,7 @@ RUN \
automake \
cmake \
coreutils \
${FFMPEG_VER}-dev \
ffmpeg-dev \
file \
findutils \
g++ \
@@ -41,6 +40,7 @@ RUN \
mercurial \
libressl-dev \
patch \
pcre2-dev \
perl-dev \
pkgconf \
sdl-dev \
@@ -59,9 +59,10 @@ RUN \
gzip \
libcrypto1.0 \
libcurl \
libressl \
libssl1.0 \
linux-headers \
libressl \
pcre2 \
perl \
perl-archive-zip \
perl-boolean \
@@ -76,6 +77,7 @@ RUN \
perl-dbd-sqlite \
perl-dbi \
perl-digest-sha1 \
perl-doc \
perl-file-slurp \
perl-file-temp \
perl-file-which \
@@ -191,8 +193,8 @@ RUN \
# install runtime packages
apk add --no-cache \
${FFMPEG_VER} \
${FFMPEG_VER}-libs \
ffmpeg \
ffmpeg-libs \
libhdhomerun-libs \
libxml2 \
libxslt && \

View File

@@ -160,6 +160,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.