We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bc7bf commit 3c10a30Copy full SHA for 3c10a30
build/Dockerfile.otel
@@ -12,8 +12,7 @@ RUN apt-get update && apt-get install -y \
12
zlib1g-dev \
13
libssl-dev
14
15
-WORKDIR /usr/src
16
-
+WORKDIR /usr/src/nginx-otel
17
RUN wget https://nginx.org/download/nginx-1.27.4.tar.gz && \
18
tar zxvf nginx-1.27.4.tar.gz && \
19
cd nginx-1.27.4 && \
0 commit comments