From abfefd44b88f9d29d0c446f07ad2a1796a971b81 Mon Sep 17 00:00:00 2001 From: amass <168062547@qq.com> Date: Mon, 23 Sep 2024 21:51:57 +0800 Subject: [PATCH] add lib env. --- ubuntu2204.dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu2204.dockerfile b/ubuntu2204.dockerfile index 024c077..e2f933d 100644 --- a/ubuntu2204.dockerfile +++ b/ubuntu2204.dockerfile @@ -53,6 +53,8 @@ RUN cd /root \ && echo 'export LD_LIBRARY_PATH=/opt/Libraries/ZLMediaKit/lib:$LD_LIBRARY_PATH' >> /etc/profile \ && rm -fr /root/ZLMediaKit +ENV LD_LIBRARY_PATH=/opt/Libraries/boost_1_86_0/lib:/opt/Libraries/ZLMediaKit/lib + CMD ["service", "ssh", "start", "-D"] ENV LANG=C.UTF-8