Block a user
ices (latest)
Published 2025-10-13 10:17:59 +00:00 by jochem
Installation
docker pull git.040net.nl/jochem/ices:latestsha256:4e44ba57c380b85a2d2b16dae9119a8eb5939ac1a2cd3c890899bb9814def538
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000' |
| RUN /bin/sh -c apt update && apt install -y libshout-dev python3 python3-dev python3-pip libxml2-dev libmp3lame-dev # buildkit |
| COPY rootfs/config/ices.automate.py /usr/local/etc/modules/ices.py # buildkit |
| COPY /usr/local/bin/ices /usr/local/bin/ices # buildkit |
| COPY rootfs / # buildkit |
| ENTRYPOINT ["ices" "-c" "/config/ices.conf"] |