From 2a83ec4b0a0b219e1013b995f8525d4afd748876 Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Fri, 24 May 2024 14:58:15 -0500 Subject: [PATCH] Move Icecast-KH building to the Icecast repo. --- Dockerfile | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98141a6..65d6d60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,18 +1,7 @@ # -# Icecast build step +# Icecast-KH with AzuraCast customizations build step # -FROM alpine:3.20 AS icecast - -RUN apk add --no-cache curl git ca-certificates \ - alpine-sdk libxml2-dev libxslt-dev libvorbis-dev openssl-dev curl-dev - -WORKDIR /tmp/install_icecast - -RUN curl -fsSL -o icecast.tar.gz https://github.com/AzuraCast/icecast-kh-ac/archive/refs/tags/2.4.0-kh15-ac2.tar.gz \ - && tar -xzvf icecast.tar.gz --strip-components=1 \ - && ./configure \ - && make \ - && make install +FROM ghcr.io/azuracast/icecast-kh-ac:2024-05-24-alpine AS icecast # # Supercronic