mirror of
https://github.com/carhartl/talisman-secrets-scan-action.git
synced 2024-12-04 13:27:27 +00:00
Try installing git as part of the image
This commit is contained in:
parent
a8070680b3
commit
ceee64eb2d
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
FROM alpine:3.13.6
|
||||
|
||||
RUN apk update && apk add git
|
||||
|
||||
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.22.0/talisman_linux_amd64", "/talisman"]
|
||||
RUN chmod +x /talisman
|
||||
|
||||
|
|
Loading…
Reference in a new issue