|
|
@ -13,6 +13,7 @@ |
|
|
|
# limitations under the License. |
|
|
|
# limitations under the License. |
|
|
|
|
|
|
|
|
|
|
|
# Docker file for building gRPC artifacts. |
|
|
|
# Docker file for building gRPC artifacts. |
|
|
|
|
|
|
|
# Updated: 2020-06-16 |
|
|
|
|
|
|
|
|
|
|
|
################## |
|
|
|
################## |
|
|
|
# Base |
|
|
|
# Base |
|
|
@ -31,7 +32,7 @@ RUN gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A |
|
|
|
RUN \curl -sSL https://get.rvm.io | bash -s stable |
|
|
|
RUN \curl -sSL https://get.rvm.io | bash -s stable |
|
|
|
|
|
|
|
|
|
|
|
# Install Ruby 2.6 |
|
|
|
# Install Ruby 2.6 |
|
|
|
RUN /bin/bash -l -c "rvm install ruby-2.6" |
|
|
|
RUN /bin/bash -l -c "rvm install ruby-2.6 --32" |
|
|
|
RUN /bin/bash -l -c "rvm use --default ruby-2.6" |
|
|
|
RUN /bin/bash -l -c "rvm use --default ruby-2.6" |
|
|
|
RUN /bin/bash -l -c "echo 'gem: --no-document' > ~/.gemrc" |
|
|
|
RUN /bin/bash -l -c "echo 'gem: --no-document' > ~/.gemrc" |
|
|
|
RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc" |
|
|
|
RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc" |
|
|
|