fix: add git to container
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2023-04-17 15:21:57 +02:00
parent f01a5f6d1e
commit e68c392433
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ENV CODECOV_VERSION="${BUILD_VERSION:-v0.4.1}"
COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps tar && \
apk add --update --no-cache curl gnupg coreutils && \
apk add --update --no-cache curl gnupg coreutils git && \
echo "Installing codecov version '${CODECOV_VERSION##v}' ..." && \
curl -SsfL -o /usr/local/bin/codecov "https://github.com/codecov/uploader/releases/download/${CODECOV_VERSION}/codecov-alpine" && \
chmod 755 /usr/local/bin/codecov && \