From 4ae1a0e459bd854e311d5c5f0fcd5b73e2a51073 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Thu, 7 Dec 2023 16:00:33 +0100 Subject: [PATCH] Add python3 to image for hook utils --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1f7604..40ac47b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ COPY --from=obfuscator /app/healthcheck.sh . COPY config.example.yml /app/config.yml # Install runtime dependencies and configure FUSE -RUN apk add curl +RUN apk add curl python3 HEALTHCHECK --interval=60s --timeout=60s --start-period=10s --retries=10 CMD /app/healthcheck.sh