Add `lsb-release` to testbed (to support YADM_DISTRO)

pull/77/merge
Tim Byrne 6 years ago
parent 7538851fe3
commit 280b1179f7
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
  1. 2
      Dockerfile

@ -2,7 +2,7 @@ FROM ubuntu:yakkety
MAINTAINER Tim Byrne <sultan@locehilios.com>
# 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

Loading…
Cancel
Save