Skip to content

Commit

Permalink
Fixing php 7.1 build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthataws committed Dec 12, 2018
1 parent 861780d commit 6eca816
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ubuntu/php/7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ COPY dockerd-entrypoint.sh /usr/local/bin/
wget -O php.tar.xz.asc "$PHP_ASC_URL"; \
export GNUPGHOME="$(mktemp -d)"; \
for key in $GPG_KEYS; do \
( gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" \
|| gpg --keyserver pgp.mit.edu --recv-keys "$key" \
|| gpg --keyserver keyserver.pgp.com --recv-keys "$key" ); \
gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done; \
gpg --batch --verify php.tar.xz.asc php.tar.xz; \
rm -rf "$GNUPGHOME"; \
Expand Down

0 comments on commit 6eca816

Please sign in to comment.