mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-06 17:48:43 +02:00
generate conan user env
This commit is contained in:
parent
51dcedea65
commit
113f9adeee
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ RUN \
|
|||
python3-pip && \
|
||||
pip3 install -U pip && \
|
||||
pip install conan && \
|
||||
conan user && \
|
||||
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