Skip to content

Commit

Permalink
Merge pull request #585 from turbo124/master
Browse files Browse the repository at this point in the history
Fixes for build
  • Loading branch information
turbo124 committed Jun 9, 2024
2 parents 02eed02 + df2ea66 commit cf32470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -eux; apk add curl unzip grep
# Fetch the latest release information
RUN release_info=$(curl -s "https://api.github.com/repos/${REPOSITORY}/releases/latest") && \
download_url=$(echo "$release_info" | grep -o '"browser_download_url": "[^"]*'${FILENAME}'"' | cut -d '"' -f 4) && \
curl -LJO "$download_url" -o "/tmp/${FILENAME}"
curl -LJO "$download_url" -o "/tmp/ninja.tar"

# Extract Invoice Ninja
RUN mkdir -p /var/www/app \
Expand Down

0 comments on commit cf32470

Please sign in to comment.