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 e348e4d commit cf409f6Copy full SHA for cf409f6
.devcontainer/Dockerfile.conan
@@ -19,7 +19,7 @@ RUN apt update && apt install -y \
19
libtool \
20
python3-pip
21
22
- RUN pip install "conan==2.15.1" --break-system-packages
+RUN pip install "conan==2.15.1" --break-system-packages
23
24
ARG USER_UID=1000
25
ARG USER_GID=1000
@@ -52,4 +52,4 @@ WORKDIR /workspaces/opentelemetry-cpp
52
53
ENTRYPOINT []
54
55
-CMD ["/bin/bash"]
+CMD ["/bin/bash"]
0 commit comments