Skip to content

Commit cf409f6

Browse files
authored
Update Dockerfile.conan
1 parent e348e4d commit cf409f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile.conan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt update && apt install -y \
1919
libtool \
2020
python3-pip
2121

22-
RUN pip install "conan==2.15.1" --break-system-packages
22+
RUN pip install "conan==2.15.1" --break-system-packages
2323

2424
ARG USER_UID=1000
2525
ARG USER_GID=1000
@@ -52,4 +52,4 @@ WORKDIR /workspaces/opentelemetry-cpp
5252

5353
ENTRYPOINT []
5454

55-
CMD ["/bin/bash"]
55+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)