We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a22008 + 044b224 commit b7bc3acCopy full SHA for b7bc3ac
Dockerfile
@@ -7,6 +7,7 @@ FROM base-distro AS install-markdownlint
7
8
# Install system dependencies first - these don't change much
9
RUN export DEBIAN_FRONTEND=noninteractive \
10
+ && (curl -ssL https://deb.nodesource.com/setup_20.x | bash -) \
11
&& apt update \
12
&& apt install -y --no-install-recommends \
13
npm \
0 commit comments