Skip to content

Commit 41ce082

Browse files
committed
add sudo to entrypoint
1 parent 2dabd17 commit 41ce082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributions/otelcol-ebpf-profiler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ARG USER_GID=10001
55
USER ${USER_UID}:${USER_GID}
66

77
COPY --chmod=755 otelcol-ebpf-profiler /otelcol-ebpf-profiler
8-
ENTRYPOINT ["/otelcol-ebpf-profiler"]
8+
ENTRYPOINT ["sudo /otelcol-ebpf-profiler"]

0 commit comments

Comments
 (0)