This commit is contained in:
parent
2215419694
commit
1225af117d
@ -15,7 +15,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.8.0}"
|
|||||||
# renovate: datasource=github-releases depName=thegeeklab/url-parser
|
# renovate: datasource=github-releases depName=thegeeklab/url-parser
|
||||||
ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.1.1}"
|
ENV URL_PARSER_VERSION="${URL_PARSER_VERSION:-v0.1.1}"
|
||||||
|
|
||||||
RUN apk --update add curl && \
|
RUN apk --update add curl make && \
|
||||||
curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64-slim" && \
|
curl -SsL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64-slim" && \
|
||||||
curl -SsL -o /usr/local/bin/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-linux-amd64" && \
|
curl -SsL -o /usr/local/bin/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-linux-amd64" && \
|
||||||
chmod 755 /usr/local/bin/gomplate && \
|
chmod 755 /usr/local/bin/gomplate && \
|
||||||
|
Loading…
Reference in New Issue
Block a user