ci: add `gpg-agent` to upend-deploy docker
ci/woodpecker/push/woodpecker Pipeline was successful Details

feat/type-attributes
Tomáš Mládek 2023-08-20 18:10:07 +02:00
parent e442622422
commit cae0154167
1 changed files with 1 additions and 1 deletions

View File

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