We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124720a commit c360cc5Copy full SHA for c360cc5
hugo-node/Dockerfile
@@ -11,6 +11,9 @@ RUN apt-get update && apt-get install -y \
11
ca-certificates \
12
curl \
13
git \
14
+ ruby \
15
+ bundler \
16
+ graphviz \
17
--no-install-recommends
18
19
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-${
25
28
26
29
RUN curl -L -o /tmp/hugo.deb "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_FILENAME}" \
27
30
&& dpkg -i /tmp/hugo.deb \
- && rm -f /tmp/hugo.deb
-
31
+ && rm -f /tmp/hugo.deb
0 commit comments