Skip to content

Commit 862971b

Browse files
committed
feat: Update Container to have GH CLI
1 parent a5aed32 commit 862971b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ RUN apk update && \
1616
FROM docker.io/library/alpine:3.21
1717
WORKDIR /app
1818

19+
RUN apk update && \
20+
apk add --no-cache github-cli && \
21+
rm -rf /var/cache/apk/*
22+
1923
COPY --from=builder /app/target/codeql-extractor-action /usr/local/bin/codeql-extractor-action
2024

2125
ENTRYPOINT ["action"]

0 commit comments

Comments
 (0)