Skip to content

Commit 09779ce

Browse files
committed
Let node be installed in browser testing variant
1 parent 7fcd90f commit 09779ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-browser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG RUST_VERSION
2-
FROM "ghcr.io/tweedegolf/rust-dev:${RUST_VERSION}"
2+
FROM "ghcr.io/tweedegolf/rust-dev:${RUST_VERSION}-node"
33

44
RUN apt-get update \
55
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)