mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-06 17:48:43 +02:00
test older conan
This commit is contained in:
parent
113f9adeee
commit
138aa9d3ee
1 changed files with 1 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue