From 138aa9d3eeafd4658b82e7bb348fc60ee64dcf8d Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 14 Sep 2021 15:21:25 -0400 Subject: [PATCH] test older conan --- Dockerfile.armhf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index b541837..5f9b389 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -18,8 +18,7 @@ RUN \ python3-dev \ python3-pip && \ pip3 install -U pip && \ - pip install conan && \ - conan user && \ + pip install conan==1.28.2 && \ echo "**** build audacity ****" && \ if [ -z ${AUDACITY_VERSION+x} ]; then \ AUDACITY_VERSION=$(curl -sX GET "https://api.github.com/repos/audacity/audacity/releases/latest" \