From 1225af117df3f17cd008a44f38150e0d0f8926dd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 12 Nov 2020 21:55:44 +0100 Subject: [PATCH] add make --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8c983d..f116f8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.8.0}" # renovate: datasource=github-releases depName=thegeeklab/url-parser 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/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-linux-amd64" && \ chmod 755 /usr/local/bin/gomplate && \ diff --git a/README.md b/README.md index 2b25b03..1d0997a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Custom Alpine image including a common toolset. **Included software:** - curl +- make - gomplate - url-parser