Skip to content

Commit f4e377a

Browse files
author
Remon Lam
committed
move to different pool server because of build issues
1 parent 28ddd6e commit f4e377a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN set -x \
1717
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
1818
&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
1919
&& 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 \
2121
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
2222
&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc \
2323
&& chmod +x /usr/local/bin/gosu \
@@ -43,7 +43,7 @@ RUN set -ex; \
4343
# gpg: key 5072E1F5: public key "MySQL Release Engineering <[email protected]>" imported
4444
key='A4A9406876FCBD3C456770C88C718D3B5072E1F5'; \
4545
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"; \
4747
gpg --export "$key" > /etc/apt/trusted.gpg.d/mysql.gpg; \
4848
rm -rf "$GNUPGHOME"; \
4949
apt-key list > /dev/null

0 commit comments

Comments
 (0)