generate conan user env

This commit is contained in:
aptalca 2021-09-14 15:13:36 -04:00
parent 51dcedea65
commit 113f9adeee

View file

@ -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" \