Skip to content

Commit bee7750

Browse files
pdabelf5haywoodsh
authored andcommitted
add otel-module to NIC images
Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com>
1 parent b57c6cf commit bee7750

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ FROM golang:1.24-alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754
2121
############################################# Base image for Alpine #############################################
2222
FROM nginx:1.27.4-alpine@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591 AS alpine
2323

24-
RUN apk add --no-cache libcap libstdc++ \
25-
&& printf "%s%s%s\n" "http://nginx.org/packages/mainline/alpine/v" `egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release` "/main" >> /etc/apk/repositories \
24+
RUN printf "%s%s%s\n" "http://nginx.org/packages/mainline/alpine/v" `egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release` "/main" >> /etc/apk/repositories \
2625
&& apk add --no-cache libcap libstdc++ nginx-module-otel \
2726
&& sed -i -e '/nginx.org/d' /etc/apk/repositories
2827

0 commit comments

Comments
 (0)