summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile15
1 files changed, 15 insertions, 0 deletions
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')"; \