Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build on server behind proxy fails due to curl #2543

Closed
rameshsanth opened this issue Feb 8, 2019 · 0 comments · Fixed by #2544
Closed

Build on server behind proxy fails due to curl #2543

rameshsanth opened this issue Feb 8, 2019 · 0 comments · Fixed by #2544

Comments

@rameshsanth
Copy link

Build failure seen when building in a server that requires Proxy to access internet

Steps to reproduce the issue:

  1. do make

Describe the results you received:

Step 20/24 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
---> Running in 5da854896cec
curl: (35) Unknown SSL protocol error in connection to xxxxx.com:8080
Warning: apt-key output should not be parsed (stdout is not a terminal)
gpg: no valid OpenPGP data found.
The command '/bin/sh -c curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -' returned a non-zero code: 2

Describe the results you expected:
No build error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant