Skip to content

Commit 36c7868

Browse files
committed
add conan 1.59.0
1 parent f44e09d commit 36c7868

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ RUN \
2727
tig \
2828
clangd \
2929
ninja-build \
30+
python3 \
31+
python3-pip \
3032
sudo && \
3133
echo "**** install code-server ****" && \
3234
if [ -z ${CODE_RELEASE+x} ]; then \
@@ -39,6 +41,8 @@ RUN \
3941
"https://github.com/coder/code-server/releases/download/v${CODE_RELEASE}/code-server-${CODE_RELEASE}-linux-amd64.tar.gz" && \
4042
tar xf /tmp/code-server.tar.gz -C \
4143
/app/code-server --strip-components=1 && \
44+
echo "**** install conan ****" && \
45+
python3 -m pip install conan==1.59.0 && \
4246
echo "**** clean up ****" && \
4347
apt-get clean && \
4448
rm -rf \

0 commit comments

Comments
 (0)