From 105db123afe98166ffacb4415b203aa1b19e4d6e Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 3 Apr 2025 01:32:34 +0200 Subject: [PATCH] feat: Default to alpine (#233) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 938badc..99d8709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,9 +59,9 @@ COPY --chmod=755 ./src /run/ VOLUME /storage EXPOSE 22 5900 8006 +ENV BOOT="alpine" ENV CPU_CORES="2" ENV RAM_SIZE="2G" ENV DISK_SIZE="16G" -ENV BOOT="http://example.com/image.iso" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]