File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN set -x \
17
17
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
18
18
&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
19
19
&& export GNUPGHOME="$(mktemp -d)" \
20
- && gpg --keyserver ha .pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
20
+ && gpg --keyserver ipv4 .pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
21
21
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
22
22
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
23
23
&& chmod +x /usr/local/bin/gosu \
@@ -43,7 +43,7 @@ RUN set -ex; \
43
43
# gpg: key 5072E1F5: public key "MySQL Release Engineering <[email protected] >" imported
44
44
key='A4A9406876FCBD3C456770C88C718D3B5072E1F5' ; \
45
45
export GNUPGHOME="$(mktemp -d)" ; \
46
- gpg --keyserver ha .pool.sks-keyservers.net --recv-keys "$key" ; \
46
+ gpg --keyserver ipv4 .pool.sks-keyservers.net --recv-keys "$key" ; \
47
47
gpg --export "$key" > /etc/apt/trusted.gpg.d/mysql.gpg; \
48
48
rm -rf "$GNUPGHOME" ; \
49
49
apt-key list > /dev/null
You can’t perform that action at this time.
0 commit comments