From 9117df9ad197d2db7a3332730cad19cc304b72c0 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 2 Dec 2020 20:13:42 +0100 Subject: [PATCH] drop version file, add pip and xmltodict --- Dockerfile | 2 ++ VERSION | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 VERSION diff --git a/Dockerfile b/Dockerfile index 22a20fe..2588a69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ RUN \ apt-get install -y python-requests && \ apt-get install -y python-pycodestyle && \ apt-get install -y python-yaml && \ + apt-get install -y python-pip && \ + apt-get install -y python-xmltodict && \ apt-get install -y gpg && \ apt-get install -y apt-transport-https && \ apt-get install -y wget && \ diff --git a/VERSION b/VERSION deleted file mode 100644 index 0d91a54..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -0.3.0