File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
images/opentelemetry/rootfs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ set -o nounset
19
19
set -o pipefail
20
20
21
21
mkdir -p /modules_mount/etc/nginx/modules
22
- cp -R /etc/nginx/modules /modules_mount/etc/nginx/modules
22
+ cp -R /etc/nginx/modules/ * /modules_mount/etc/nginx/modules/otel
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN bash -xeu -c ' \
63
63
# LD_LIBRARY_PATH does not work so below is needed for opentelemetry/other modules
64
64
# Put libs of newer modules under `/modules_mount/<other>/lib` and add that path below
65
65
# Could get complicated arch specific paths become a need
66
- && echo "/lib:/usr/lib:/usr/local/lib:/modules_mount/otel/lib " > /etc/ld-musl-x86_64.path
66
+ && echo "/lib:/usr/lib:/usr/local/lib:/modules_mount/etc/nginx/modules/otel " > /etc/ld-musl-x86_64.path
67
67
68
68
69
69
RUN apk add --no-cache libcap \
You can’t perform that action at this time.
0 commit comments