Start with HA s6 config

This commit is contained in:
Fredrik Baberg
2023-03-15 11:37:35 +01:00
parent 04d7fd3520
commit 6cdff6ea0b
9 changed files with 52 additions and 24 deletions

View File

@@ -56,6 +56,9 @@ RUN mv janus/libjanus_ustreamer.so /opt/janus/lib/janus/plugins/libjanus_ustream
FROM ${BUILD_FROM} AS final
ENV LANG C.UTF-8
COPY --from=builder /opt/janus /opt/janus
COPY --from=builder /usr/local/bin/ustreamer /usr/local/bin/ustreamer
RUN apk add -U \
alsa-lib \
curl \
@@ -80,9 +83,6 @@ RUN apk add -U \
zlib \
caddy
COPY --from=builder /opt/janus /opt/janus
COPY --from=builder /usr/local/bin/ustreamer /usr/local/bin/ustreamer
COPY rootfs/ /
WORKDIR /