Configure library path and run yate
All checks were successful
image / docker (push) Successful in 4m44s
All checks were successful
image / docker (push) Successful in 4m44s
This commit is contained in:
parent
d47850a476
commit
5d92053be2
1 changed files with 3 additions and 0 deletions
|
@ -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" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue