mirror of
https://github.com/pypiserver/pypiserver
synced 2024-12-20 13:55:49 +01:00
FIX: requirements for docker tests in gitlab (#291)
The gitlab tests started failing with GL's newest "docker in docker" image due to the lack of some core C library headers. This ensures that everything needed for twine (i.e. cryptography) is present before doing a pip install for twine.
This commit is contained in:
parent
db74737d3b
commit
31fcc898b4
@ -22,7 +22,7 @@ test-docker:
|
||||
except:
|
||||
- standalone
|
||||
before_script:
|
||||
- apk add --no-cache curl python3
|
||||
- apk add --no-cache curl python3 python3-dev gcc libffi-dev musl-dev openssl-dev
|
||||
- pip3 install twine
|
||||
script:
|
||||
- ./bin/test-docker.sh
|
||||
|
Loading…
Reference in New Issue
Block a user