Compare commits

...

1 Commits

Author SHA1 Message Date
Robert Kaussow e68c392433
fix: add git to container
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2023-04-17 15:21:57 +02:00
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 && \