From 4ef43497c0b520dfec1655d951606e54a997ade0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 23 Dec 2020 23:45:23 +0100 Subject: [PATCH] add packages tar and git --- Dockerfile | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9468a3b..08dede9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,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.2.0}" -RUN apk --update add curl make && \ +RUN apk --update add curl make tar git && \ 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 1d0997a..2ed10ed 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Custom Alpine image including a common toolset. - curl - make +- tar +- git - gomplate - url-parser