From 5f47794104c4db98f967c3526e2b430d0807c2fe Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Thu, 30 Mar 2017 21:45:16 -0500 Subject: [PATCH] Add `envtpl` to testbed docker image --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c38075..d0ec689 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM ubuntu:yakkety MAINTAINER Tim Byrne # Install prerequisites -RUN apt-get update && apt-get install -y git gnupg1 make shellcheck bats expect curl +RUN apt-get update && apt-get install -y git gnupg1 make shellcheck bats expect curl python-pip +RUN pip install envtpl # Force GNUPG version 1 at path /usr/bin/gpg RUN ln -fs /usr/bin/gpg1 /usr/bin/gpg