ci, fix: add git to deploy image
ci/woodpecker/manual/woodpecker Pipeline failed Details
ci/woodpecker/push/woodpecker Pipeline failed Details

Tomáš Mládek 2023-08-12 09:20:02 +02:00
parent 45fa7a5fe7
commit 8d3c10a5d8
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 gnupg openssh-client wget curl && \
RUN apt-get update && apt-get -y install git gnupg openssh-client wget curl && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin