🐛 Fix missing lib
This commit is contained in:
parent
883a649210
commit
b803c28b61
@ -4,4 +4,5 @@ pydantic~=2.11
|
||||
PyJWT~=2.10
|
||||
argon2-cffi~=25.1
|
||||
pydantic_settings~=2.9
|
||||
Pillow~=11.2
|
||||
Pillow~=11.2
|
||||
authlib~=1.6
|
||||
@ -64,7 +64,7 @@ One way to check if you're concerned by this is simply doing the following and c
|
||||
$ docker run --rm -it ghcr.io/itskovacs/trip:1 /bin/bash
|
||||
$ python3
|
||||
>>> import httpx
|
||||
>>> resp = httpx.get("https://your-keycloak-host/")
|
||||
>>> httpx.get("https://your-keycloak-host/")
|
||||
```
|
||||
|
||||
In case you're facing this issue, it's likely due to the fact that the container does not trust you custom certificate.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user