From 7604383d10961b05e5393420fbf27e04eccc989e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 23 Jan 2020 07:29:11 +0100 Subject: Docker: add build dependencies for vyos-cloud-init --- docker/Dockerfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index e93913b7..e52f568d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -262,6 +262,21 @@ RUN apt-get update && apt-get install -y \ qemu-utils \ qemu-kvm +# Packages needed for vyos-cloud-init +RUN apt-get update && apt-get install -y \ + pep8 \ + pyflakes \ + python3-configobj \ + python3-httpretty \ + python3-jsonpatch \ + python3-mock \ + python3-oauthlib \ + python3-pep8 \ + python3-pyflakes \ + python3-serial \ + python3-unittest2 \ + python3-yaml + # Install packer RUN export LATEST="$(curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | \ jq -r -M '.current_version')"; \ -- cgit v1.2.3