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:
Maxime Chretien (MixLeNain) 2020-11-09 11:59:00 +01:00
parent e5a941e385
commit 73df02f07a

View file

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