fix: add git to container
This commit is contained in:
parent
f01a5f6d1e
commit
e68c392433
@ -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 && \
|
||||
|
Reference in New Issue
Block a user