Files
stalwart/tests/docker/scim/Dockerfile
T

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"]