forked from Mirror/docker-audacity
Downgrade AppImage version
Downgrade AppImage version to 20.04, because ffmpeg doesn't work with the 22.04 version
This commit is contained in:
parent
658fdcab13
commit
8c4853a83d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ RUN \
|
|||
cd /tmp && \
|
||||
curl -o \
|
||||
/tmp/audacity.app -L \
|
||||
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64-22.04.AppImage" && \
|
||||
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64-20.04.AppImage" && \
|
||||
chmod +x /tmp/audacity.app && \
|
||||
./audacity.app --appimage-extract && \
|
||||
mv squashfs-root /opt/audacity && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue