Fix test docker

The Dockerfile did not work as is, because the dependencies in
requirements.txt are newer than the stretch-image with its python v3.5
can support/run. Use stable debian with the lts nodejs instead, plus
had to add some libs to make the wheel build succeed.
jsonschema v4 breaks things, so its version needs to be pinned until
bravado is fixed [0].

[0] https://github.com/Yelp/bravado-core/pull/385/files#r731674447
This commit is contained in:
corubba
2022-05-19 00:52:59 +02:00
committed by Ymage
parent 0404748e6e
commit 44cf98a159
2 changed files with 4 additions and 3 deletions

View File

@ -20,6 +20,7 @@ rjsmin==1.2.0
Authlib==0.15
Flask-SeaSurf==1.1.1
bravado-core==5.17.0
jsonschema[format]>=2.5.1,<4.0.0 # until https://github.com/Yelp/bravado-core/pull/385
lima==0.5
pytest==6.1.1
pytimeparse==1.1.8