feat: support package name filtering and refactor cleanup flow

This commit is contained in:
2026-05-15 02:50:38 +00:00
parent 3305b57ac0
commit 528f8c75b3
5 changed files with 403 additions and 107 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache --no-check-certificate bash curl jq ca-certificates
RUN apk add --no-cache bash curl jq ca-certificates
COPY entrypoint.sh /entrypoint.sh