From 8b445fb227c82c2a465376afd2e3cbb8af17fdd7 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 26 Feb 2020 15:39:07 +0000 Subject: [PATCH] add PyYAML --- Dockerfile | 1 + VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c55801..db930b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN \ apt-get install -y python && \ apt-get install -y python-requests && \ apt-get install -y python-pycodestyle && \ + apt-get install -y python-yaml && \ apt-get install -y gpg && \ apt-get install -y apt-transport-https && \ apt-get install -y wget && \ diff --git a/VERSION b/VERSION index d169b2f..6e8bf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.8 +0.1.0