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:
parent
daf0abab5e
commit
676ab2e541
@ -12,7 +12,7 @@ RUN apt-get -y install gawk wget git-core diffstat unzip \
|
|||||||
chrpath socat cpio python python3 \
|
chrpath socat cpio python python3 \
|
||||||
libsdl1.2-dev xterm tar bzip2 curl \
|
libsdl1.2-dev xterm tar bzip2 curl \
|
||||||
dosfstools mtools parted syslinux tree \
|
dosfstools mtools parted syslinux tree \
|
||||||
python3-pip bc gosu
|
python3-pip bc gosu python3-yaml
|
||||||
COPY . /kas
|
COPY . /kas
|
||||||
RUN pip3 install /kas
|
RUN pip3 install /kas
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ This projects depends on
|
|||||||
|
|
||||||
- Python 3
|
- Python 3
|
||||||
- configparser
|
- configparser
|
||||||
|
- PyYAML
|
||||||
|
|
||||||
If you need Python 2 support consider sending patches. The most
|
If you need Python 2 support consider sending patches. The most
|
||||||
obvious place to start is to use the trollius package intead of
|
obvious place to start is to use the trollius package intead of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user