forked from Ivasoft/docker-tvheadend
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ce7af875d | ||
|
|
51e21fbae9 |
14
Dockerfile
14
Dockerfile
@@ -12,18 +12,7 @@ ARG BUILD_DATE
|
|||||||
ARG VERSION
|
ARG VERSION
|
||||||
LABEL build_version="Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Build-date:- ${BUILD_DATE}"
|
||||||
|
|
||||||
# Environment settings
|
# environment settings
|
||||||
ENV HOME="/config"
|
|
||||||
|
|
||||||
# copy patches
|
|
||||||
COPY patches/ /tmp/patches/
|
|
||||||
|
|
||||||
# set version label
|
|
||||||
ARG BUILD_DATE
|
|
||||||
ARG VERSION
|
|
||||||
LABEL build_version="Build-date:- ${BUILD_DATE}"
|
|
||||||
|
|
||||||
# Environment settings
|
|
||||||
ENV HOME="/config"
|
ENV HOME="/config"
|
||||||
|
|
||||||
# copy patches
|
# copy patches
|
||||||
@@ -62,7 +51,6 @@ RUN \
|
|||||||
--repository http://nl.alpinelinux.org/alpine/edge/testing \
|
--repository http://nl.alpinelinux.org/alpine/edge/testing \
|
||||||
gnu-libiconv-dev && \
|
gnu-libiconv-dev && \
|
||||||
|
|
||||||
|
|
||||||
# add runtime dependencies required in build stage
|
# add runtime dependencies required in build stage
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
bsd-compat-headers \
|
bsd-compat-headers \
|
||||||
|
|||||||
Reference in New Issue
Block a user