#72 fix chowning Release 4.2 (#126)

* making mods for release-4.2 branch

* typo
This commit is contained in:
Ryan Kuba
2019-03-28 15:03:35 +08:00
committed by saarg
parent b6a321aee6
commit c064466ce4
6 changed files with 52 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
FROM lsiobase/alpine:arm32v7-3.8 as buildstage
FROM lsiobase/alpine:arm32v7-3.9 as buildstage
############## build stage ##############
# package versions
@@ -135,7 +135,7 @@ RUN \
sed "s/\(lib\/Ask\/Term.pm';\)/.\/\1/" -i Makefile.PL && \
PERL5LIB=`pwd` && \
echo -e "yes" | perl Makefile.PL PREFIX=/usr/ INSTALLDIRS=vendor && \
make && \
make -j 2 && \
make test && \
make DESTDIR=/tmp/xmltv-build install
@@ -179,7 +179,7 @@ RUN \
--mandir=/usr/share/man \
--prefix=/usr \
--sysconfdir=/config && \
make && \
make -j 2 && \
make DESTDIR=/tmp/tvheadend-build install
RUN \
@@ -197,7 +197,7 @@ RUN \
cd /tmp/argtable && \
./configure \
--prefix=/usr && \
make && \
make -j 2 && \
make check && \
make DESTDIR=/tmp/argtable-build install && \
echo "**** copy to /usr for comskip dependency ****" && \
@@ -211,11 +211,11 @@ RUN \
./configure \
--bindir=/usr/bin \
--sysconfdir=/config/comskip && \
make && \
make -j 2 && \
make DESTDIR=/tmp/comskip-build install
############## runtime stage ##############
FROM lsiobase/alpine:arm32v7-3.8
FROM lsiobase/alpine:arm32v7-3.9
# set version label
ARG BUILD_DATE
@@ -235,11 +235,11 @@ RUN \
ffmpeg \
ffmpeg-libs \
gzip \
libcrypto1.0 \
libcrypto1.1 \
libcurl \
libhdhomerun-libs \
libressl \
libssl1.0 \
libssl1.1 \
libvpx \
libxml2 \
libxslt \