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
|
fastapi
|
||||||
uvicorn
|
uvicorn
|
||||||
aiohttp
|
aiohttp
|
||||||
|
certifi
|
||||||
];
|
];
|
||||||
devDependencies = ps: with ps; [
|
devDependencies = ps: with ps; [
|
||||||
fastapi
|
fastapi
|
||||||
|
|
Loading…
Reference in a new issue