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