From 58a02b4b4062bbc2d2081f7b5abfb1dd8806b14f Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 18 Sep 2016 16:55:04 +0800 Subject: [PATCH] shoutcast: purge curl --- shoutcast/Dockerfile | 2 +- shoutcast/README.md | 3 +++ shoutcast/arm/Dockerfile | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/shoutcast/Dockerfile b/shoutcast/Dockerfile index 784b1a6..4a62bc3 100644 --- a/shoutcast/Dockerfile +++ b/shoutcast/Dockerfile @@ -13,7 +13,7 @@ RUN set -xe \ && apt-get install -y curl \ && curl http://download.nullsoft.com/shoutcast/tools/sc_serv2_linux_x64-latest.tar.gz | tar xz \ && mkdir -p control logs \ - && apt-get remove -y curl \ + && apt-get purge --auto-remove -y curl \ && rm -rf /var/lib/apt/lists/* COPY sc_serv.conf . diff --git a/shoutcast/README.md b/shoutcast/README.md index bb9f558..87bfb35 100644 --- a/shoutcast/README.md +++ b/shoutcast/README.md @@ -138,6 +138,9 @@ audio_output { } ``` +> `MPD` doesn't support `streampath` setting. +> The `mount` setting doesn't work. + ```bash $ export MPD_HOST=192.168.31.104 $ mpc update diff --git a/shoutcast/arm/Dockerfile b/shoutcast/arm/Dockerfile index 8d590f6..621bf2b 100644 --- a/shoutcast/arm/Dockerfile +++ b/shoutcast/arm/Dockerfile @@ -13,7 +13,7 @@ RUN set -xe \ && apt-get install -y curl \ && curl http://download.nullsoft.com/shoutcast/tools/sc_serv2_armv6_rpi-latest.tar.gz | tar xz \ && mkdir -p control logs \ - && apt-get remove -y curl \ + && apt-get purge --auto-remove -y curl \ && rm -rf /var/lib/apt/lists/* COPY sc_serv.conf .