Skip to content

Commit 71204f7

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 71204f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hugo-node/Dockerfile

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

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

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

0 commit comments

Comments
 (0)