mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-07 18:18:42 +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 && \
|
python3-pip && \
|
||||||
pip3 install -U pip && \
|
pip3 install -U pip && \
|
||||||
pip install conan && \
|
pip install conan && \
|
||||||
|
conan user && \
|
||||||
echo "**** build audacity ****" && \
|
echo "**** build audacity ****" && \
|
||||||
if [ -z ${AUDACITY_VERSION+x} ]; then \
|
if [ -z ${AUDACITY_VERSION+x} ]; then \
|
||||||
AUDACITY_VERSION=$(curl -sX GET "https://api.github.com/repos/audacity/audacity/releases/latest" \
|
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