New: Dockerfile which helps test bootstrap itself.

This commit is contained in:
Alexander Ljungberg
2018-09-10 10:39:07 +01:00
parent 9ddbdfb80a
commit 181fb9edb6
+10
View File
@@ -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