rmcs2002 commented on issue #1666: Unable to connect to git.apache.org
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1666#issuecomment-611711608
 
 
   Here's what I have:
   
   Edited:
   
   `incubator-pagespeed-ngx/docker/alpine-3.8/nginx-stable/Dockerfile`
   
   Changed:
   
   `ARG MOD_PAGESPEED_TAG=master`
   
   Build:
   
   `docker build -t some-content-ngxpagespeed .`
   
   Error:
   ```
   patching file pagespeed/kernel/image/gif_reader.cc
   patching file pagespeed/kernel/image/image_converter.cc
   patching file pagespeed/kernel/image/png_optimizer_test.cc
   patching file third_party/libpng/libpng.gyp
   Hunk 1 FAILED 22/22.
              'dependencies': [
                '../zlib/zlib.gyp:zlib',
              ],
   +          'actions': [
   +            {
   +              'action_name': 'copy_libpngconf_prebuilt',
   +              'inputs' : [],
   +              'outputs': [''],
   +              'action': [
   +                'cp',
   +                '-f',
   +                
'<(DEPTH)/third_party/libpng/src/scripts/pnglibconf.h.prebuilt',
   +                '<(DEPTH)/third_party/libpng/src/pnglibconf.h',
   +              ],
   +            },
   +          ],
              'msvs_guid': 'C564F145-9172-42C3-BFCB-6014CA97DBCD',
              'sources': [
   +            'src/pngpriv.h',
                'src/png.c',
                'src/png.h',
                'src/pngconf.h',
   +            'src/pngdebug.h',
                'src/pngerror.c',
   -            'src/pnggccrd.c',
                'src/pngget.c',
   +            'src/pnginfo.h',
                'src/pngmem.c',
                'src/pngpread.c',
                'src/pngread.c',
   ```
   
   You were able to successfully build the container?

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


With regards,
Apache Git Services

Reply via email to