From 280b1179f753ff2485ccf2250bc9e8dd670fca77 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Mon, 3 Jul 2017 16:21:06 -0500 Subject: [PATCH] Add `lsb-release` to testbed (to support YADM_DISTRO) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0ec689..74700c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:yakkety MAINTAINER Tim Byrne # Install prerequisites -RUN apt-get update && apt-get install -y git gnupg1 make shellcheck bats expect curl python-pip +RUN apt-get update && apt-get install -y git gnupg1 make shellcheck bats expect curl python-pip lsb-release RUN pip install envtpl # Force GNUPG version 1 at path /usr/bin/gpg