Katiyman commented on issue #2221: Unable to create trigger 
URL: 
https://github.com/apache/incubator-openwhisk/issues/2221#issuecomment-320194648
 
 
   I dont think putting proxy as a ENV variable is required.. that was the 
mistake i did, becoz of which i got issue 
   export proxy in individual commands where ever proxy is required. like below
   
   RUN export http_proxy=http://1x.xx.xx.6:8080 && \
       export https_proxy=https://1x.xx.xx.6:8080 && \
       apk add --no-cache \
           bzip2-dev \
           gcc \
           libc-dev \
           libxslt-dev \
           libxml2-dev \
           libffi-dev \
           linux-headers \
           openssl-dev
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to