You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/07 19:45:27 UTC

[GitHub] merlimat commented on a change in pull request #628: Docker image to build website in Jenkins

merlimat commented on a change in pull request #628: Docker image to build website in Jenkins
URL: https://github.com/apache/incubator-pulsar/pull/628#discussion_r131746188
 
 

 ##########
 File path: build/docker/Dockerfile
 ##########
 @@ -31,3 +32,22 @@ RUN cd /usr/src/gtest && cmake . && make && cp libgtest.a /usr/lib
 RUN git clone https://github.com/google/gtest-parallel.git
 
 ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
+
+## Website build dependencies
+
+# Install Ruby-2.4.1
+RUN apt-get install -y
+RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
 
 Review comment:
   I followed the instruction son Ruby page on how to install on Ubuntu 16.04. 
   I don't think this should be an issue since the release was signed with that key and that won't change. The key is verified automatically in the `rvm` tool. 
   
   In any case this won't affect our build, since this only happens when re-creating the Pulsar build image, not when actually doing our CI job.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services