We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab01feb commit 340801eCopy full SHA for 340801e
1 file changed
.devcontainer/Dockerfile
@@ -9,7 +9,8 @@ ruby \
9
ruby-dev \
10
build-base \
11
libxml2-dev \
12
-libxslt-dev
+libxslt-dev \
13
+tar
14
15
RUN gem install --no-document rouge nokogiri
16
@@ -18,7 +19,7 @@ RUN apk add --no-cache python3 py3-pip
18
19
RUN pip install pyyaml
20
RUN pip install watchdog
21
-RUN npm i antora @antora/lunr-extension
22
+RUN npm install -g antora @antora/lunr-extension
23
24
USER node
25
0 commit comments