Skip to content

Commit

Permalink
Merge pull request #642 from turbo124/debian
Browse files Browse the repository at this point in the history
Fixes for tar command flags
  • Loading branch information
turbo124 authored Nov 23, 2024
2 parents 1133000 + 6f92d1c commit 34e5043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN set -eux; \
curl -L "$DOWNLOAD_URL" -o /tmp/ninja.tar && \
# Try extraction
cd /var/www/html && \
tar --strip-components=1 -xf /tmp/ninja.tar && \
tar -xf /tmp/ninja.tar && \
# List what was extracted
rm -f /tmp/ninja.tar && \
chown -R www-data:www-data /var/www/html
Expand Down

0 comments on commit 34e5043

Please sign in to comment.