Skip to content

Commit 583024b

Browse files
committed
install antora extension properly
1 parent b1d4a6c commit 583024b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apk add --no-cache python3 py3-pip
1919
RUN pip install pyyaml
2020
RUN pip install watchdog
2121

22-
RUN npm install -g @antora/lunr-extension
22+
RUN yarn global add @antora/lunr-extension
2323

2424
USER node
2525

0 commit comments

Comments
 (0)