Fix Fasttest

This commit is contained in:
Alexey Milovidov 2022-08-11 03:29:46 +02:00
parent 774ba4db23
commit c323f64804

View File

@ -16,7 +16,8 @@ RUN apt-get update \
python3-requests \
python3-termcolor \
unixodbc \
--yes --no-install-recommends
pv \
--yes --no-install-recommends
RUN pip3 install numpy scipy pandas Jinja2