Skip to content

Commit 7e11bc9

Browse files
committed
updated devcontainer to conan 2.0
1 parent 6548107 commit 7e11bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update -qq && export DEBIAN_FRONTEND=noninteractive && \
1717
ENV PATH="${PATH}:/root/.local/bin"
1818

1919
# Install conan
20-
RUN pipx install conan==1.59 && conan --version
20+
RUN pipx install conan && conan --version
2121

2222
# By default, anything you run in Docker is done as superuser.
2323
# Conan runs some install commands as superuser, and will prepend `sudo` to

0 commit comments

Comments
 (0)