forked from Mirror/docker-audacity
Grab correct artefacts
This commit is contained in:
parent
966f7a858c
commit
d23e214fd9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN \
|
|||
mkdir -p /app/audacity/ && \
|
||||
curl -o \
|
||||
/app/audacity/audacity -L \
|
||||
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x86_64.AppImage" && \
|
||||
"https://github.com/audacity/audacity/releases/download/Audacity-${AUDACITY_VERSION}/audacity-linux-${AUDACITY_VERSION}-x64.AppImage" && \
|
||||
chmod +x /app/audacity/audacity && \
|
||||
echo "**** cleanup ****" && \
|
||||
rm -rf \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue