Skip to content

Commit

Permalink
Fix downloaders/no-op tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Oct 20, 2023
1 parent 56333e6 commit 81b6e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workers/dockerfiles/Dockerfile.downloaders
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ EOF
USER user

RUN <<EOF
mkdir -m 700 ~.gnupg/
mkdir -m 700 /home/user/.gnupg
# Disable IPv6 to avoid "Cannot assign requested address" error.
echo "disable-ipv6" >> ~.gnupg/dirmngr.conf
echo "disable-ipv6" >> /home/user/.gnupg/dirmngr.conf
. /home/user/rvm/scripts/rvm
ascli conf ascp install
EOF
Expand Down

0 comments on commit 81b6e60

Please sign in to comment.