mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
New: Dockerfile which helps test bootstrap itself.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user