Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit bfcce1e

Browse files
authored
fix: replace gpg keyserver import for rvm (#585)
1 parent 3a35bf8 commit bfcce1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ RUN adduser --system --disabled-password --uid 2500 --quiet buildbot --home /opt
228228

229229
## TODO: Consider switching to rbenv or asdf-vm
230230
USER buildbot
231-
RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
231+
RUN curl -sSL https://rvm.io/mpapis.asc | gpg --import - && curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import && \
232232
curl -sL https://get.rvm.io | bash -s stable --with-gems="bundler" --autolibs=read-fail
233233

234234
ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 commit comments

Comments
 (0)