You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN wget https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/download/webserver%2Fv$version/opentelemetry-webserver-sdk-x64-linux.tgz.zip
13
+
RUN unzip opentelemetry-webserver-sdk-x64-linux.tgz.zip
14
+
RUN mkdir agent
15
+
RUN tar -xvf opentelemetry-webserver-sdk-x64-linux.tgz -C agent
0 commit comments