File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
132
132
&& wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
133
133
&& wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" \
134
134
&& export GNUPGHOME="$(mktemp -d)" \
135
- && (gpg --batch --keyserver ha .pool.sks-keyservers.net --recv-keys "$GPG_KEY" \
135
+ && (gpg --batch --keyserver hkp://p80 .pool.sks-keyservers.net:80 --recv-keys "$GPG_KEY" \
136
136
|| gpg --keyserver pgp.mit.edu --recv-keys "$GPG_KEY" \
137
137
|| gpg --keyserver keyserver.ubuntu.com --recv-keys "$GPG_KEY" ) \
138
138
&& gpg --batch --verify python.tar.xz.asc python.tar.xz \
You can’t perform that action at this time.
0 commit comments