Configure library path and run yate
All checks were successful
image / docker (push) Successful in 4m44s

This commit is contained in:
Stefan Bethke 2025-07-04 20:41:30 +02:00
commit 5d92053be2

View file

@ -23,3 +23,6 @@ RUN true \
FROM debian:12 FROM debian:12
COPY --from=builder /opt/yate /opt/yate COPY --from=builder /opt/yate /opt/yate
RUN echo /opt/yate/lib >/etc/ld.so.conf.d/opt-yate.conf && ldconfig
CMD [ "/opt/yate/bin/yate", "-d" ]