Add python3 to image for hook utils

This commit is contained in:
Ben Sarmiento
2023-12-07 16:00:33 +01:00
parent 845a01d7f3
commit 4ae1a0e459

View File

@@ -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