Skip to content

Commit ffd0e0e

Browse files
authored
Update Dockerfile
Signed-off-by: Zoey <[email protected]>
1 parent 8cf1d7d commit ffd0e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN apk upgrade --no-cache -a && \
141141
cmake -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DWITH_OTLP_HTTP=ON -G Ninja && \
142142
ninja install && \
143143
# OpenTelemetry module
144-
git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib -branch /src/opentelemetry-cpp-contrib && \
144+
git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib /src/opentelemetry-cpp-contrib && \
145145
cd /src/opentelemetry-cpp-contrib/instrumentation/nginx && \
146146
cmake -G Ninja && \
147147
ninja && \

0 commit comments

Comments
 (0)