mirror of
https://github.com/wimpysworld/stream-sprout
synced 2026-03-14 14:45:50 +01:00
5 lines
226 B
Docker
5 lines
226 B
Docker
FROM ghcr.io/jrottenberg/ffmpeg:7-alpine
|
|
RUN apk update && apk add --no-cache bash coreutils gawk grep sed
|
|
COPY --chown=nobody:nobody --chmod=755 stream-sprout /usr/bin/stream-sprout
|
|
EXPOSE 1935
|
|
ENTRYPOINT [ "stream-sprout" ]
|