Add python3 to image for hook utils
This commit is contained in:
@@ -32,7 +32,7 @@ COPY --from=obfuscator /app/healthcheck.sh .
|
|||||||
COPY config.example.yml /app/config.yml
|
COPY config.example.yml /app/config.yml
|
||||||
|
|
||||||
# Install runtime dependencies and configure FUSE
|
# 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
|
HEALTHCHECK --interval=60s --timeout=60s --start-period=10s --retries=10 CMD /app/healthcheck.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user