Skip to content

Commit c360cc5

Browse files
committed
Asciidoctor support for Eclipse 4diac Hugo Web-Page Jenkins Job
help: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/6150 Signed-off-by: Christopher Guindon <[email protected]>
1 parent 124720a commit c360cc5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

hugo-node/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \
1111
ca-certificates \
1212
curl \
1313
git \
14+
ruby \
15+
bundler \
16+
graphviz \
1417
--no-install-recommends
1518

1619
RUN curl -L -o /tmp/node.tar.xz "https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-linux-x64.tar.xz" \
@@ -25,6 +28,4 @@ RUN curl -L -o /tmp/node.tar.xz "https://nodejs.org/dist/${NODE_VERSION}/node-${
2528

2629
RUN curl -L -o /tmp/hugo.deb "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_FILENAME}" \
2730
&& dpkg -i /tmp/hugo.deb \
28-
&& rm -f /tmp/hugo.deb
29-
30-
31+
&& rm -f /tmp/hugo.deb

0 commit comments

Comments
 (0)