mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 04:48:00 +00:00
Fix missing openssl-dev library in CI
This was causing an error during the install of the cryptography module in CI (alpine linux).
This commit is contained in:
parent
237d9d76ee
commit
e2aba3bc93
2
Makefile
2
Makefile
@ -71,7 +71,7 @@ ci-info: ## Print info about environment
|
||||
pip3 --version
|
||||
|
||||
ci-install-alpine-requirements: ## Install requirements for a python:alpine image
|
||||
apk add --no-cache docker gcc musl-dev yaml-dev
|
||||
apk add --no-cache docker gcc libffi-dev libressl-dev musl-dev yaml-dev
|
||||
|
||||
ci-install-python-requirements: ## Install requirements
|
||||
pip3 install --upgrade pip
|
||||
|
Loading…
Reference in New Issue
Block a user