Skip to content

Commit 340801e

Browse files
committed
update docker file
1 parent ab01feb commit 340801e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ ruby \
99
ruby-dev \
1010
build-base \
1111
libxml2-dev \
12-
libxslt-dev
12+
libxslt-dev \
13+
tar
1314

1415
RUN gem install --no-document rouge nokogiri
1516

@@ -18,7 +19,7 @@ RUN apk add --no-cache python3 py3-pip
1819
RUN pip install pyyaml
1920
RUN pip install watchdog
2021

21-
RUN npm i antora @antora/lunr-extension
22+
RUN npm install -g antora @antora/lunr-extension
2223

2324
USER node
2425

0 commit comments

Comments
 (0)