Skip to content

Commit b7bc3ac

Browse files
authored
Merge pull request #156 from internalsystemerror/markdown-needs-node-too
markdownlint also uses node so requires the latest versions
2 parents 7a22008 + 044b224 commit b7bc3ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ FROM base-distro AS install-markdownlint
77

88
# Install system dependencies first - these don't change much
99
RUN export DEBIAN_FRONTEND=noninteractive \
10+
&& (curl -ssL https://deb.nodesource.com/setup_20.x | bash -) \
1011
&& apt update \
1112
&& apt install -y --no-install-recommends \
1213
npm \

0 commit comments

Comments
 (0)