mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
ebpf: set LD_LIBRARY_PATH in container
This is needed for the python tools to find libbcc.so Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
b56da24f6a
commit
8ed1408b19
@ -21,3 +21,5 @@ RUN mkdir -p bcc/build && cd bcc/build && \
|
||||
make && \
|
||||
make install
|
||||
RUN mkdir -p /usr/local/share/lua/5.1/ && cd ljsyscall && cp -a *.lua syscall /usr/local/share/lua/5.1/
|
||||
|
||||
ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib64
|
||||
|
Loading…
Reference in New Issue
Block a user