Update PyYAML dependencies

We now need this extra package to run kas.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2017-06-07 20:34:35 +02:00
parent daf0abab5e
commit 676ab2e541
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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