mirror of
https://github.com/luzifer-docker/icecast2.git
synced 2024-11-09 08:20:04 +00:00
Merge pull request #2 from goose-ws/patch-2
This commit is contained in:
commit
ee889a9731
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@ RUN set -ex \
|
|||
&& curl -sSfLo /usr/bin/gosu "https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64" \
|
||||
&& chmod 0755 \
|
||||
/usr/bin/dumb-init \
|
||||
/usr/bin/gosu \
|
||||
&& apk --no-cache del \
|
||||
curl
|
||||
/usr/bin/gosu
|
||||
|
||||
VOLUME /config
|
||||
EXPOSE 8000 8001
|
||||
|
|
Loading…
Reference in a new issue