upend/build/upend-deploy/Dockerfile
Tomáš Mládek cae0154167
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: add gpg-agent to upend-deploy docker
2023-08-20 18:10:07 +02:00

3 lines
No EOL
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