diff --git a/Dockerfile b/Dockerfile index 18774ff..1a4affa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN go generate && go build -o ./out/ghostream . # Production image FROM alpine:3.12 -RUN apk add ffmpeg libsrt +RUN apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/community/ ffmpeg libsrt COPY --from=build_base /code/out/ghostream /app/ghostream WORKDIR /app # 9710 for SRT, 8080 for Web, 2112 for monitoring and 10000-10005 (UDP) for WebRTC