upend/build/upend-deploy/Dockerfile

3 lines
143 B
Docker

FROM alpine
RUN apk add git gpg gpg-agent openssh-client
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin