fix(backend): include certifi in docker image
This commit is contained in:
parent
246f4e11b7
commit
01114692dc
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
fastapi
|
||||
uvicorn
|
||||
aiohttp
|
||||
certifi
|
||||
];
|
||||
devDependencies = ps: with ps; [
|
||||
fastapi
|
||||
|
|
Loading…
Reference in a new issue