mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-13 11:40:41 +02:00
shoutcast: purge curl
This commit is contained in:
parent
05aa8d7d3d
commit
58a02b4b40
@ -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 .
|
||||
|
@ -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
|
||||
|
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user