robov commented on issue #1181: Support Alpine
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1181#issuecomment-356517069
 
 
   @nberlee : I am trying to understand your code, especially this part 
confuses me :     
LD_LIBRARY_PATH=/tmp/modpagespeed-${PAGESPEED_VERSION}/usr/lib ./configure \
   
   When I look into the image I cannot find that path ..usr/lib , am I missing 
something ?
   What I am trying to accomplish is to create an pagespeed object in a 
separate dockerbuild, then copy the needed files out and into a new dockerfile 
and build the nginx in a that new dockerfile
   
   This reduces my compiletime of my main image dramatically (as I do not have 
to recompile pagespeed every time). But I seem to be not able to find the 
references to : /tmp/modpagespeed-${PAGESPEED_VERSION}/usr/lib
   Or is this a temp direcory generated by the nginx compilation ?
   

----------------------------------------------------------------
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