migrate to stable alpine image

This commit is contained in:
Wonderfall
2017-04-25 14:10:27 +02:00
parent 3b97570118
commit 453f6d5c95
9 changed files with 115 additions and 120 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.5
ARG VERSION=6.2.beta3
@ -6,7 +6,7 @@ ENV UID=991 GID=991
WORKDIR /libresonic
RUN echo "@community https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
RUN echo "@community https://nl.alpinelinux.org/alpine/v3.5/community" >> /etc/apk/repositories \
&& apk -U upgrade && apk add \
ffmpeg \
su-exec \