Skip to content

Commit 3c10a30

Browse files
committed
Add build for otel module
1 parent 44bc7bf commit 3c10a30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/Dockerfile.otel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ RUN apt-get update && apt-get install -y \
1212
zlib1g-dev \
1313
libssl-dev
1414

15-
WORKDIR /usr/src
16-
15+
WORKDIR /usr/src/nginx-otel
1716
RUN wget https://nginx.org/download/nginx-1.27.4.tar.gz && \
1817
tar zxvf nginx-1.27.4.tar.gz && \
1918
cd nginx-1.27.4 && \

0 commit comments

Comments
 (0)