Skip to content

Commit 965888a

Browse files
committed
Add Node.js to PR CI image
This should allow the `rustdoc-js` and `rustdoc-js-std` test suites to run automatically on PRs.
1 parent 823ff8c commit 965888a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/x86_64-gnu-llvm-7/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1616
libssl-dev \
1717
pkg-config \
1818
zlib1g-dev \
19-
xz-utils
19+
xz-utils \
20+
nodejs
2021

2122
COPY scripts/sccache.sh /scripts/
2223
RUN sh /scripts/sccache.sh

0 commit comments

Comments
 (0)