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.
1 parent 9e5dd51 commit f0f661dCopy full SHA for f0f661d
src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile
@@ -24,6 +24,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
24
mingw-w64 \
25
&& rm -rf /var/lib/apt/lists/*
26
27
+COPY scripts/nodejs.sh /scripts/
28
+RUN sh /scripts/nodejs.sh /node
29
+ENV PATH="/node/bin:${PATH}"
30
+
31
+# Install eslint
32
+RUN npm install [email protected]
33
34
COPY scripts/sccache.sh /scripts/
35
RUN sh /scripts/sccache.sh
36
0 commit comments