diff --git a/Tests/System/Dockerfile b/Tests/System/Dockerfile new file mode 100644 index 000000000..1c40ee73f --- /dev/null +++ b/Tests/System/Dockerfile @@ -0,0 +1,10 @@ +FROM ubuntu:18.04 + +RUN apt-get update && apt-get install -y \ + curl \ + default-jre \ + unzip + +ADD bootstrap.sh /tmp/cappuccino_bootstrap.sh + +RUN chmod a+x /tmp/cappuccino_bootstrap.sh && /tmp/cappuccino_bootstrap.sh --noprompt --directory /usr/local/narwhal