Issue Overview
Building the website via docker on windows fails.
Current Behaviour
Steps To Reproduce
Forked repo, cloned locally, ran the docker command as per README
docker build -t arquillian/blog .
Additional Information
Step 21/31 : RUN curl -sSL https://raw.githubusercontent.com/wayneeseguin/rvm/stable/binscripts/rvm-installer | /bin/bash -s stable --ruby=$RUBY_VERSION
---> Running in 5217c2cb477b
Downloading https://github.com/rvm/rvm/archive/1.29.10.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.29.10/1.29.10.tar.gz.asc
gpg: Signature made Wed 25 Mar 2020 09:58:42 PM UTC using RSA key ID 105BD0E739499BDB
gpg: Can't check signature: No public key
GPG signature verification failed for '/home/dev/.rvm/archives/rvm-1.29.10.tgz' - 'https://github.com/rvm/rvm/releases/download/1.29.10/1.29.10.tar.gz.asc'! Try
to install GPG v2 and then fetch the public key:
gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
or if it fails:
command curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
command curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
In case of further problems with validation please refer to https://rvm.io/rvm/security
The command '/bin/sh -c curl -sSL https://raw.githubusercontent.com/wayneeseguin/rvm/stable/binscripts/rvm-installer | /bin/bash -s stable --ruby=$RUBY_VERSION'
returned a non-zero code: 2
Issue Overview
Building the website via docker on windows fails.
Current Behaviour
Steps To Reproduce
Forked repo, cloned locally, ran the docker command as per README
Additional Information