Start with HA s6 config
This commit is contained in:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user