Skip to content

Commit f0f661d

Browse files
Install eslint in host-x86_64 Dockerfile
1 parent 9e5dd51 commit f0f661d

File tree

1 file changed

+7
-0
lines changed
  • src/ci/docker/host-x86_64/mingw-check-tidy

1 file changed

+7
-0
lines changed

src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2424
mingw-w64 \
2525
&& rm -rf /var/lib/apt/lists/*
2626

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 eslint@8.6.0
33+
2734
COPY scripts/sccache.sh /scripts/
2835
RUN sh /scripts/sccache.sh
2936

0 commit comments

Comments
 (0)