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 8cf1d7d commit ffd0e0eCopy full SHA for ffd0e0e
Dockerfile
@@ -141,7 +141,7 @@ RUN apk upgrade --no-cache -a && \
141
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DWITH_OTLP_HTTP=ON -G Ninja && \
142
ninja install && \
143
# OpenTelemetry module
144
- git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib -branch /src/opentelemetry-cpp-contrib && \
+ git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib /src/opentelemetry-cpp-contrib && \
145
cd /src/opentelemetry-cpp-contrib/instrumentation/nginx && \
146
cmake -G Ninja && \
147
ninja && \
0 commit comments