Keyserver suggested by @snario did not work for me, changed it back to keys.gnupg.net

This commit is contained in:
Stefan Verhoeven 2016-07-11 09:48:02 +02:00
parent 2293a18620
commit ffaeb4c843

View File

@ -106,7 +106,7 @@ cp apps/ogr2ogr /usr/bin/ogr2ogr2 && rm -rf /opt/ogr2ogr2 /root/.gitconfig
RUN curl https://nodejs.org/download/release/v0.10.41/node-v0.10.41-linux-x64.tar.gz| tar -zxf - --strip-components=1 -C /usr
# Install rvm
RUN gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys D39DC0E3
RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
RUN curl -L https://get.rvm.io | bash -s stable --ruby
RUN echo 'source /usr/local/rvm/scripts/rvm' >> /etc/bash.bashrc
RUN /bin/bash -l -c rvm requirements