mirror of
https://github.com/linuxserver/docker-daapd.git
synced 2026-02-11 13:00:10 +08:00
commit
54fe3ebaca
46
Dockerfile
46
Dockerfile
@ -1,4 +1,4 @@
|
||||
FROM lsiobase/alpine:3.5
|
||||
FROM lsiobase/alpine:3.6
|
||||
MAINTAINER sparklyballs
|
||||
|
||||
# set version label
|
||||
@ -9,28 +9,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
||||
# package version
|
||||
ARG DAAPD_VER="24.2"
|
||||
|
||||
# install runtime packages
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
avahi \
|
||||
confuse \
|
||||
dbus \
|
||||
ffmpeg \
|
||||
json-c \
|
||||
libcurl \
|
||||
libevent \
|
||||
libgcrypt \
|
||||
libplist \
|
||||
libunistring \
|
||||
protobuf-c \
|
||||
sqlite \
|
||||
sqlite-libs && \
|
||||
apk add --no-cache \
|
||||
--repository http://nl.alpinelinux.org/alpine/edge/testing \
|
||||
libantlr3c \
|
||||
mxml && \
|
||||
|
||||
# install build packages
|
||||
RUN \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
alsa-lib-dev \
|
||||
autoconf \
|
||||
@ -68,6 +48,26 @@ RUN \
|
||||
libantlr3c-dev \
|
||||
mxml-dev && \
|
||||
|
||||
# install runtime packages
|
||||
apk add --no-cache \
|
||||
avahi \
|
||||
confuse \
|
||||
dbus \
|
||||
ffmpeg \
|
||||
json-c \
|
||||
libcurl \
|
||||
libevent \
|
||||
libgcrypt \
|
||||
libplist \
|
||||
libunistring \
|
||||
protobuf-c \
|
||||
sqlite \
|
||||
sqlite-libs && \
|
||||
apk add --no-cache \
|
||||
--repository http://nl.alpinelinux.org/alpine/edge/testing \
|
||||
libantlr3c \
|
||||
mxml && \
|
||||
|
||||
# make antlr wrapper
|
||||
mkdir -p \
|
||||
/tmp/source/forked-daapd && \
|
||||
@ -117,5 +117,3 @@ COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
VOLUME /config /music
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user