From 676ab2e54158338a1ea0231069ffde84553252e8 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 7 Jun 2017 20:34:35 +0200 Subject: [PATCH] Update PyYAML dependencies We now need this extra package to run kas. Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e60ac9a..20523ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get -y install gawk wget git-core diffstat unzip \ chrpath socat cpio python python3 \ libsdl1.2-dev xterm tar bzip2 curl \ dosfstools mtools parted syslinux tree \ - python3-pip bc gosu + python3-pip bc gosu python3-yaml COPY . /kas RUN pip3 install /kas diff --git a/README.md b/README.md index f3f0424..79674ee 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This projects depends on - Python 3 - configparser +- PyYAML If you need Python 2 support consider sending patches. The most obvious place to start is to use the trollius package intead of