Add `envtpl` to testbed docker image

This commit is contained in:
Tim Byrne 2017-03-30 21:45:16 -05:00
parent fd6fa8c923
commit 5f47794104
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ FROM ubuntu:yakkety
MAINTAINER Tim Byrne <sultan@locehilios.com> MAINTAINER Tim Byrne <sultan@locehilios.com>
# Install prerequisites # 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 # Force GNUPG version 1 at path /usr/bin/gpg
RUN ln -fs /usr/bin/gpg1 /usr/bin/gpg RUN ln -fs /usr/bin/gpg1 /usr/bin/gpg