Skip to content

Commit

Permalink
Merge pull request #3414 from AlexsLemonade/ark/update-downloader-image
Browse files Browse the repository at this point in the history
Update downloaders image: fix rvm.io keys issue
  • Loading branch information
arkid15r authored Oct 13, 2023
2 parents 760fdc3 + 2b5a81d commit 2da4ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workers/dockerfiles/Dockerfile.downloaders
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN pip3 install --ignore-installed --no-cache-dir -r requirements.txt

# Install Aspera.
RUN <<EOF
gpg --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
curl -sSL https://get.rvm.io | bash -s -- stable --gems=aspera-cli --path /home/user/rvm --ruby
EOF

Expand Down

0 comments on commit 2da4ec9

Please sign in to comment.