Revert "Try distribution that comes with git executable"

This reverts commit 4f284e85e9.
This commit is contained in:
Klaus Hartl 2021-09-18 10:01:59 +02:00
parent 4f284e85e9
commit a8070680b3
No known key found for this signature in database
GPG key ID: 6BA8AED91AB6EA2A

View file

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM alpine:3.13.6
ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.22.0/talisman_linux_amd64", "/talisman"]
RUN chmod +x /talisman