|
@ -29,6 +29,7 @@ RUN apt-get -qq update && \ |
|
|
python3 \ |
|
|
python3 \ |
|
|
valgrind \ |
|
|
valgrind \ |
|
|
net-tools \ |
|
|
net-tools \ |
|
|
|
|
|
python3-mako \ |
|
|
python3-pip \ |
|
|
python3-pip \ |
|
|
python3-setuptools \ |
|
|
python3-setuptools \ |
|
|
python-pkg-resources \ |
|
|
python-pkg-resources \ |
|
@ -66,4 +67,4 @@ RUN pip3 install --upgrade pip && \ |
|
|
tqdm==4.26.0 \ |
|
|
tqdm==4.26.0 \ |
|
|
pytest-test-groups==1.0.3 \ |
|
|
pytest-test-groups==1.0.3 \ |
|
|
flake8==3.5.0 \ |
|
|
flake8==3.5.0 \ |
|
|
pytest-rerunfailures==3.1 |
|
|
pytest-rerunfailures==3.1 |
|
|