docker: debian: Use pip3 version of falcon instead of debian package
The debian package is outdated so tests fail. Signed-off-by: Maxime Chretien (MixLeNain) <mchretien@linuxmail.org>
This commit is contained in:
parent
e5a941e385
commit
73df02f07a
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ RUN \
|
|||
python3-pip \
|
||||
python3-jinja2 \
|
||||
python3-bsddb3 \
|
||||
python3-falcon \
|
||||
python3-pytest \
|
||||
perl \
|
||||
git \
|
||||
|
|
@ -28,6 +27,9 @@ RUN \
|
|||
libyaml-0-2 \
|
||||
wget
|
||||
|
||||
RUN \
|
||||
pip3 install falcon
|
||||
|
||||
RUN \
|
||||
ln -s /usr/bin/pytest-3 /usr/bin/pytest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue