fix container build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-02-10 21:50:49 +01:00
parent e515e75cf3
commit 2981217678
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ COPY overlay/ /
RUN apk add --update --no-cache --virtual .build-deps tar curl && \
apk add --update --no-cache git && \
echo "Installing git-chglog version '${KANBOARD_VERSION##v}' ..." && \
echo "Installing git-chglog version '${CHGLOG_VERSION##v}' ..." && \
curl -SsL "https://github.com/git-chglog/git-chglog/releases/download/${CHGLOG_VERSION}/git-chglog_${CHGLOG_VERSION##v}_linux_amd64.tar.gz" | \
tar xz git-chglog -C /usr/local/bin && \
tar xz -C /usr/local/bin git-chglog && \
chmod 755 /usr/local/bin/git-chglog && \
apk del .build-deps && \
rm -rf /var/cache/apk/* && \