Skip to content

Conversation

@tobywf
Copy link
Contributor

@tobywf tobywf commented May 10, 2019

Issue #, if available: N/A

Description of changes: I was having trouble building the ubuntu/standard/2.0 image behind a firewall. When the Python GPG key is received, it tries to use a port 80 (HTTP) server first:

&& (gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$GPG_KEY" \

This modifies the PHP part to use the same server, which unblocked the build. Might be useful for some other consumers in the future? If not, feel free to close the PR.

(I've left trailing whitespace as is, since #192 addresses that, but merging that PR would much appreciated for people who's editors are set up to work with whitespace-sensitive languages :) )


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@subinataws subinataws merged commit 038b016 into aws:master May 11, 2019
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 this pull request may close these issues.

2 participants