We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d4a6c commit 583024bCopy full SHA for 583024b
1 file changed
.devcontainer/Dockerfile
@@ -19,7 +19,7 @@ RUN apk add --no-cache python3 py3-pip
19
RUN pip install pyyaml
20
RUN pip install watchdog
21
22
-RUN npm install -g @antora/lunr-extension
+RUN yarn global add @antora/lunr-extension
23
24
USER node
25
0 commit comments