Repository: hadoop Updated Branches: refs/heads/HDFS-7240 335303b70 -> f096ab0f0
HDFS-12702. Ozone: Add hugo to the dev docker image. Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f096ab0f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f096ab0f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f096ab0f Branch: refs/heads/HDFS-7240 Commit: f096ab0f0af89070ad948c4a61d25cf5e3c8397b Parents: 335303b Author: Anu Engineer <[email protected]> Authored: Thu Oct 26 10:13:37 2017 -0700 Committer: Anu Engineer <[email protected]> Committed: Thu Oct 26 10:13:37 2017 -0700 ---------------------------------------------------------------------- dev-support/docker/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f096ab0f/dev-support/docker/Dockerfile ---------------------------------------------------------------------- diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index 8af002d..03f7033 100644 --- a/dev-support/docker/Dockerfile +++ b/dev-support/docker/Dockerfile @@ -194,6 +194,9 @@ RUN mkdir -p /opt/apache-forrest && \ RUN echo 'forrest.home=/opt/apache-forrest' > build.properties ENV FORREST_HOME=/opt/apache-forrest +# Hugo static website generator (for new hadoop site and Ozone docs) +RUN curl -L -o hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.30.2/hugo_0.30.2_Linux-64bit.deb && dpkg --install hugo.deb && rm hugo.deb + # Add a welcome message and environment checks. ADD hadoop_env_checks.sh /root/hadoop_env_checks.sh RUN chmod 755 /root/hadoop_env_checks.sh --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
