Skip to content

Commit 94247d4

Browse files
committed
chore: add mdx2vast to Docker
1 parent 51a3823 commit 94247d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ FROM alpine
2828

2929
RUN apk add --no-cache \
3030
py3-docutils \
31-
asciidoctor
31+
asciidoctor \
32+
nodejs \
33+
npm
34+
35+
RUN npm install -g mdx2vast
3236

3337
COPY --from=build /app/vale /bin
3438

0 commit comments

Comments
 (0)