Skip to content
Snippets Groups Projects
Commit 884d2db5 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Updated Hugo version in web job.

parent 56a25ecd
No related branches found
No related tags found
No related merge requests found
FROM node FROM node
RUN npm install -g @hashicorp/broken-links-checker RUN npm install -g @hashicorp/broken-links-checker
RUN wget https://github.com/gohugoio/hugo/releases/download/v0.55.6/hugo_0.55.6_Linux-64bit.deb \ RUN wget https://github.com/gohugoio/hugo/releases/download/v0.60.1/hugo_extended_0.60.1_Linux-64bit.deb \
&& dpkg -i hugo_0.55.6_Linux-64bit.deb && rm hugo_0.55.6_Linux-64bit.deb && dpkg -i hugo_extended_0.60.1_Linux-64bit.deb && rm hugo_extended_0.60.1_Linux-64bit.deb
RUN apt-get update -y && apt-get install -y --no-install-recommends pandoc \ RUN apt-get update -y && apt-get install -y --no-install-recommends pandoc \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENTRYPOINT /bin/bash ENTRYPOINT /bin/bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment