add bubble setup
This commit is contained in:
7
hypervisor.Dockerfile
Normal file
7
hypervisor.Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM alpine:latest AS hypervisor
|
||||
ADD ./scripts/setup-hypervisor.sh /setup.sh
|
||||
# Download cloud hypervisor
|
||||
RUN apk update && apk add bash curl jq tini linux-virt && sh /setup.sh && rm /setup.sh && mkdir /app
|
||||
COPY ./scripts/entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/sbin/tini", "/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user