hgl commented on issue #1181: Support Alpine
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-356277892
 
 
   But since the name is tentative, that mv command could easily fail when that 
happens. A better approach:
   
   ```
   mkdir -p /tmp/modpagespeed-${PAGESPEED_VERSION} \
       && cd /tmp/modpagespeed-${PAGESPEED_VERSION} \
       && curl -L 
https://github.com/We-Amp/ngx-pagespeed-alpine/blob/master/mod-pagespeed-beta-${PAGESPEED_VERSION}.tar.bz2?raw=true
 \
       | tar -xj --strip-components=1
   ```
   
   You do have to install tar though, because busybox tar doesn't support 
`strip-components`
     

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to