fix, ci: forgotten git in upend-deploy
ci/woodpecker/push/woodpecker Pipeline failed Details

Tomáš Mládek 2023-08-12 13:49:53 +02:00
parent fec2bbd97f
commit 5a4187b04b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM debian
RUN apt-get update && apt-get -y install wget curl file libssl-dev gnupg openssh-client && \
RUN apt-get update && apt-get -y install wget curl file libssl-dev git gnupg openssh-client && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin