mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-09-06 00:01:14 +00:00
10 lines
188 B
Docker
10 lines
188 B
Docker
FROM python:3.12-slim
|
|
|
|
RUN pip install --no-cache-dir \
|
|
"scim2-tester==0.2.8" \
|
|
"scim2-client==0.7.5" \
|
|
"scim2-models==0.6.12" \
|
|
"httpx==0.28.1"
|
|
|
|
CMD ["sleep", "infinity"]
|