From 635bd85e2b314b0a235230cdee6ccdc512a25629 Mon Sep 17 00:00:00 2001 From: Dakota Walsh Date: Tue, 8 Jul 2025 14:33:05 +1200 Subject: [PATCH] add zola --- Dockerfile | 4 ++-- entry.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a66aace..2fb03c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine +FROM alpine:edge -RUN apk add --no-cache ca-certificates +RUN apk add --no-cache ca-certificates zola ADD *.sh / diff --git a/entry.sh b/entry.sh index b84d29e..03b78d1 100755 --- a/entry.sh +++ b/entry.sh @@ -2,4 +2,4 @@ set -e -touch "$1" \ No newline at end of file +zola --version