Skip to content

Commit

Permalink
Disable IPV6 as per this issue usbarmory/usbarmory-debian-base_image#9
Browse files Browse the repository at this point in the history
  • Loading branch information
dnk8n committed Jan 15, 2019
1 parent c486364 commit 4f25a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ RUN set -eux; \
echo "${sha256} *julia.tar.gz" | sha256sum -c -; \
\
export GNUPGHOME="$(mktemp -d)"; \
cat "$GNUPGHOME"/dirmngr.conf; \
echo "disable-ipv6" >> "$GNUPGHOME"/dirmngr.conf; \
gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$JULIA_GPG"; \
gpg --batch --verify julia.tar.gz.asc julia.tar.gz; \
command -v gpgconf > /dev/null && gpgconf --kill all; \
Expand Down

0 comments on commit 4f25a8a

Please sign in to comment.