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 71204f7Copy full SHA for 71204f7
hugo-node/Dockerfile
@@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y \
11
ca-certificates \
12
curl \
13
git \
14
+ ruby \
15
+ bundler \
16
--no-install-recommends
17
18
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-${
25
27
26
28
RUN curl -L -o /tmp/hugo.deb "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_FILENAME}" \
29
&& dpkg -i /tmp/hugo.deb \
- && rm -f /tmp/hugo.deb
-
30
+ && rm -f /tmp/hugo.deb
0 commit comments