This commit is contained in:
parent
e515e75cf3
commit
2981217678
@ -16,9 +16,9 @@ COPY overlay/ /
|
|||||||
|
|
||||||
RUN apk add --update --no-cache --virtual .build-deps tar curl && \
|
RUN apk add --update --no-cache --virtual .build-deps tar curl && \
|
||||||
apk add --update --no-cache git && \
|
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" | \
|
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 && \
|
chmod 755 /usr/local/bin/git-chglog && \
|
||||||
apk del .build-deps && \
|
apk del .build-deps && \
|
||||||
rm -rf /var/cache/apk/* && \
|
rm -rf /var/cache/apk/* && \
|
||||||
|
Reference in New Issue
Block a user