summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/php/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtimes/php/Dockerfile')
-rw-r--r--test/runtimes/php/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/runtimes/php/Dockerfile b/test/runtimes/php/Dockerfile
index 1f8959b50..491ab902d 100644
--- a/test/runtimes/php/Dockerfile
+++ b/test/runtimes/php/Dockerfile
@@ -24,6 +24,7 @@ WORKDIR ${LANG_DIR}
RUN ./configure
RUN make
-COPY proctor-php.go ${LANG_DIR}
+COPY common /root/go/src/gvisor.dev/gvisor/test/runtimes/common/common
+COPY php/proctor-php.go ${LANG_DIR}
ENTRYPOINT ["/root/go/bin/go", "run", "proctor-php.go"]