Skip to content

Commit

Permalink
Move Icecast-KH building to the Icecast repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed May 24, 2024
1 parent f084c58 commit 2a83ec4
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2a83ec4

Please sign in to comment.