summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/nodejs/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtimes/nodejs/Dockerfile')
-rw-r--r--test/runtimes/nodejs/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/runtimes/nodejs/Dockerfile b/test/runtimes/nodejs/Dockerfile
index b2416cce8..aba30d2ee 100644
--- a/test/runtimes/nodejs/Dockerfile
+++ b/test/runtimes/nodejs/Dockerfile
@@ -22,7 +22,8 @@ RUN ./configure
RUN make
RUN make test-build
-COPY proctor-nodejs.go ${LANG_DIR}
+COPY common /root/go/src/gvisor.dev/gvisor/test/runtimes/common/common
+COPY nodejs/proctor-nodejs.go ${LANG_DIR}
# Including dumb-init emulates the Linux "init" process, preventing the failure
# of tests involving worker processes.