mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Merge pull request #642 from turbo124/debian
Fixes for tar command flags
This commit is contained in:
2
debian/Dockerfile
vendored
2
debian/Dockerfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user