From df60ac4ae0a4016aeadebc5b1a9dcc2802d2b9ac Mon Sep 17 00:00:00 2001
From: Cyrille Nofficial <cynoffic@cyrilix.fr>
Date: Sat, 30 May 2015 12:13:56 +0200
Subject: [PATCH] Fix build

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 1978170..1e671a7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ RUN     apt-get update &&\
         apt-get -y install libav-tools lame &&\
         adduser --system --home /opt/subsonic subsonic &&\
         mkdir -p /opt/data/transcode /opt/music/ &&\
-        chown -R subsonic /opt/data
+        chown -R subsonic /opt/data &&\
         ln -s /usr/bin/lame /opt/data/transcode/lame &&\
         ln -s /usr/bin/avconv /opt/data/transcode/ffmpeg &&\
         wget "http://downloads.sourceforge.net/project/subsonic/subsonic/$SUBSONIC_VERSION/subsonic-$SUBSONIC_VERSION-standalone.tar.gz?r=http%3A%2F%2Fwww.subsonic.org%2Fpages%2Fdownload2.jsp%3Ftarget%3Dsubsonic-$SUBSONIC_VERSION-standalone.tar.gz&ts=1431096340&use_mirror=garr" \