Try installing git as part of the image

This commit is contained in:
Klaus Hartl 2021-09-18 10:04:00 +02:00
parent a8070680b3
commit ceee64eb2d
No known key found for this signature in database
GPG key ID: 6BA8AED91AB6EA2A

View file

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